From 51b174001442cc4497c8a09c1c4fab706a2b63ac Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Mon, 24 Nov 2025 16:56:30 +0000 Subject: [PATCH] Documentation: contributing: Update issue tracker The issue tracker no longer resides at bugs.libcamera.org. While this URL is still available and redirects to the new tracker, update the documentation to point to the canonical address. Reviewed-by: Umang Jain Reviewed-by: Jacopo Mondi Signed-off-by: Kieran Bingham --- Documentation/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index eaca2023..fbe34a01 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -54,10 +54,10 @@ A mirror is also hosted on `LinuxTV`_. Issue Tracker ------------- -Our `issue tracker`_ tracks all bugs, issues and feature requests. All issues -are publicly visible, and you can register for an account to create new issues. +Our `issue tracker`_ also hosted at Freedesktop tracks all bugs, issues and +feature requests. -.. _issue tracker: https://bugs.libcamera.org/ +.. _issue tracker: https://gitlab.freedesktop.org/camera/libcamera/-/issues Documentation -------------