From patchwork Thu Dec 13 14:23:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 44 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B622860B1B for ; Thu, 13 Dec 2018 15:22:43 +0100 (CET) Received: from avalon.bb.dnainternet.fi (dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 437E5568 for ; Thu, 13 Dec 2018 15:22:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1544710963; bh=LzeSPerLSjg7an7bhNgKCmJPkuvN5j229Q7YhTvOHxg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iXKbrx9fyZG4SNm/u5kLL5EZHp7LexWRpcJb95tySNzlIRKwjbNyiVh4qRKB+zd3+ vTVljMXSYVxj8v9PGzEVpN2+NsQk4EBK+im9SmyJDaTb5jk3o+hvJjz8T2+XEKSWKT p366nF3dOwQNAul8Jtsrfy6sr91NpVRWWfjQ4IJM= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Dec 2018 16:23:26 +0200 Message-Id: <20181213142327.4455-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181213142327.4455-1-laurent.pinchart@ideasonboard.com> References: <20181213142327.4455-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/3] Documentation: contributing: Add links to libcamera git and linuxtv.org X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 14:22:43 -0000 Signed-off-by: Laurent Pinchart --- Documentation/contributing.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index b0b67ebcc727..0eedadc94906 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -27,10 +27,13 @@ Source Code ----------- libcamera is in early stages of development, and no releases are available yet. -The source code is available from the project's git tree, hosted by LinuxTV. +The source code is available from the project's `git tree`_, hosted by `LinuxTV`_. $ git clone git://linuxtv.org/libcamera.git +.. _git tree: https://git.linuxtv.org/libcamera.git/ +.. _LinuxTV: https://linuxtv.org/ + Documentation -------------