From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eemoU-000255-JV for qemu-devel@nongnu.org; Thu, 25 Jan 2018 14:03:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eemoR-0001rQ-FK for qemu-devel@nongnu.org; Thu, 25 Jan 2018 14:03:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51688) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eemoR-0001qp-9q for qemu-devel@nongnu.org; Thu, 25 Jan 2018 14:03:51 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B4448780F4 for ; Thu, 25 Jan 2018 19:03:49 +0000 (UTC) Received: from red.redhat.com (ovpn-124-3.rdu2.redhat.com [10.10.124.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4A86B5D977 for ; Thu, 25 Jan 2018 19:03:49 +0000 (UTC) From: Eric Blake Date: Thu, 25 Jan 2018 13:03:48 -0600 Message-Id: <20180125190348.8541-1-eblake@redhat.com> Subject: [Qemu-devel] [qemu-web PATCH] Link to git web view on contribute page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I was looking for a web view of qemu.git for reference, but my first try was at https://www.qemu.org/contribute/ which mentions how to clone but with no link for browsing. Meanwhile, the download page pointed people to the list of all repos (and even then, only after you switch to the Source code tab), rather than the qemu.git repo. Make the link easier to find. Signed-off-by: Eric Blake --- _download/source.html | 2 +- contribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_download/source.html b/_download/source.html index d64d7ba..33cba41 100644 --- a/_download/source.html +++ b/_download/source.html @@ -9,7 +9,7 @@ {% include releases.html %}

or stay on the bleeding edge with the - git repository!

+ git repository!

Build instructions

diff --git a/contribute.md b/contribute.md index 88baee6..eb0f281 100644 --- a/contribute.md +++ b/contribute.md @@ -5,7 +5,7 @@ permalink: /contribute/ * Report a bug: [https://bugs.launchpad.net/qemu/](https://bugs.launchpad.net/qemu/)
[How to report a bug](report-a-bug/) -* Clone the git repository:
`git clone git://git.qemu.org/qemu.git` +* Clone ([or browse](https://git.qemu.org/?p=qemu.git)) the git repository:
`git clone git://git.qemu.org/qemu.git` * Join the mailing list: [qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel)
[See the list of QEMU mailing lists](https://wiki.qemu.org/MailingLists) -- 2.14.3