* [Qemu-devel] [qemu-web PATCH] Link to git web view on contribute page
@ 2018-01-25 19:03 Eric Blake
2018-01-26 8:00 ` Thomas Huth
0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2018-01-25 19:03 UTC (permalink / raw)
To: qemu-devel
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 <eblake@redhat.com>
---
_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 %}
</div>
<p>or stay on the bleeding edge with the
- <a href="https://git.qemu.org/">git repository!</a></p>
+ <a href="https://git.qemu.org/?p=qemu.git">git repository!</a></p>
<h2>Build instructions</h2>
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/)<br>[How to report a bug](report-a-bug/)
-* Clone the git repository: <br>`git clone git://git.qemu.org/qemu.git`
+* Clone ([or browse](https://git.qemu.org/?p=qemu.git)) the git repository: <br>`git clone git://git.qemu.org/qemu.git`
* Join the mailing list: [qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel)<br>[See the list of QEMU mailing lists](https://wiki.qemu.org/MailingLists)
--
2.14.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [qemu-web PATCH] Link to git web view on contribute page
2018-01-25 19:03 [Qemu-devel] [qemu-web PATCH] Link to git web view on contribute page Eric Blake
@ 2018-01-26 8:00 ` Thomas Huth
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2018-01-26 8:00 UTC (permalink / raw)
To: Eric Blake, qemu-devel
On 25.01.2018 20:03, Eric Blake wrote:
> 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 <eblake@redhat.com>
> ---
> _download/source.html | 2 +-
> contribute.md | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied!
Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-26 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-25 19:03 [Qemu-devel] [qemu-web PATCH] Link to git web view on contribute page Eric Blake
2018-01-26 8:00 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).