[tor-commits] [stem/master] Linking image and clone command to gitweb
atagar at torproject.org
atagar at torproject.org
Sun Oct 28 20:56:34 UTC 2012
commit a78ea67a521197b8c57c8556df4250ec5161b6b0
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Oct 28 12:17:20 2012 -0700
Linking image and clone command to gitweb
I disliked having a '(browse)' link for a couple reasons...
1. people might copy it as part of the clone command if they're new to git
2. it was pretty small considering its relevant importance
Instead linking the clone command itself and the git image.
---
docs/download.rst | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst
index ae3d8f0..6edf10e 100644
--- a/docs/download.rst
+++ b/docs/download.rst
@@ -6,12 +6,14 @@ Download
:header-rows: 0
* - .. image:: /_static/section/git.png
+ :target: https://gitweb.torproject.org/
+
- .. image:: /_static/label/git.png
For those wanting to live on the bleeding edge or contribute to stem,
its git repository can be fetched with...
- **git clone git://git.torproject.org/stem.git** (`browse <https://gitweb.torproject.org/stem.git>`_)
+ `git clone git://git.torproject.org/stem.git <https://gitweb.torproject.org/stem.git>`_
* - .. image:: /_static/section/debian.png
- .. image:: /_static/label/debian.png
More information about the tor-commits
mailing list