summaryrefslogtreecommitdiff
path: root/doc/source/intro.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-30 21:29:08 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-30 21:29:08 +0100
commit1053448ad885c633af9805a750d6187d19efaa6c (patch)
tree7682750b3812b2c96d5d8873c9d83251e417e1ff /doc/source/intro.rst
parent90b20e5cd9ba8b679a488efedb1eb1983e848acf (diff)
downloadgitpython-1053448ad885c633af9805a750d6187d19efaa6c.tar.gz
Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious
Diffstat (limited to 'doc/source/intro.rst')
-rw-r--r--doc/source/intro.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index c96766fb..520cf159 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -78,15 +78,13 @@ An organized section of the GitPthon API is at :ref:`api_reference_toplevel`.
Source Code
===========
-GitPython's git repo is available on Gitorious and GitHub, which can be browsed at:
+GitPython's git repo is available on GitHub, which can be browsed at:
- * http://gitorious.org/projects/git-python/
- * http://github.com/Byron/GitPython
+ * https://github.com/gitpython-developers/GitPython
and cloned using::
- $ git clone git://gitorious.org/git-python/mainline.git git-python
- $ git clone git://github.com/Byron/GitPython.git git-python
+ $ git clone git://github.com/gitpython-developers/GitPython.git git-python
Initialize all submodules to obtain the required dependencies with::
@@ -103,7 +101,9 @@ http://groups.google.com/group/git-python
Issue Tracker
=============
-http://byronimo.lighthouseapp.com/projects/51787-gitpython/milestones
+The issue tracker is hosted by github:
+
+https://github.com/gitpython-developers/GitPython/issues
License Information
===================