From patchwork Mon Nov 24 16:56:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 25164 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 9FAF0C32EF for ; Mon, 24 Nov 2025 16:56:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id AAA0C60AA3; Mon, 24 Nov 2025 17:56:41 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="uP51XjVe"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0D0EE609D8 for ; Mon, 24 Nov 2025 17:56:38 +0100 (CET) Received: from Monstersaurus.hippo-penny.ts.net (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CC68B89A; Mon, 24 Nov 2025 17:54:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1764003269; bh=066WvQq/qojl29LNq3lEpu01HABH6mzrPF2vAeWbH3k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uP51XjVe+laYeUmgU+rOdINLGk9Dzu9tYK9meLqn3OtQt6bP8n02pppIxYbRE/PZS /hYK52ExcAEGpBqljDu3kaHfewVqknOI3BCvGg5QRgZSH6KLVKXPRri99DPV/Froq2 XXNdHxq/zzmFDW/VWiVd1muOcY5Tap3bqJEr3y8s= From: Kieran Bingham To: libcamera devel Cc: Kieran Bingham Subject: [PATCH 2/3] Documentation: contributing: Update issue tracker Date: Mon, 24 Nov 2025 16:56:30 +0000 Message-ID: <20251124165631.3040364-3-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20251124165631.3040364-1-kieran.bingham@ideasonboard.com> References: <20251124165631.3040364-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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. Signed-off-by: Kieran Bingham Reviewed-by: Umang Jain --- Documentation/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index eaca20238829..fbe34a0184e6 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 -------------