From a99fc198c4be2a13c7c4de8766801c139c78326c Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Fri, 13 Dec 2013 16:30:14 +0100
Subject: [PATCH] Merge pull request #13 from muellert/master

---
 docs/index.rst |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index bf32a9d..a2127a0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -58,11 +58,15 @@
 IRC channel <irc://irc.freenode.net/#repoze>`_.
 
 Browse and check out tagged and trunk versions of :mod:`repoze.who`
-via the `Repoze Subversion repository
-<http://http://svn.repoze.org/repoze.who/>`_.  To check out the trunk
-via Subversion, use this command::
+via the `Repoze github repository
+<https://github.com/repoze/repoze.who/>`_.  To check out the trunk
+via git, use this command::
 
-  svn co http://svn.repoze.org/repoze.who/trunk repoze.who
+  git clone https://github.com:repoze/repoze.who.git
+
+Or, if you are logged in:
+
+  git clone git@github.com:repoze/repoze.who.git
 
 To find out how to become a contributor to :mod:`repoze.who`, please
 see the `contributor's page <http://repoze.org/contributing.html>`_.

--
Gitblit v1.9.3