From 1053448ad885c633af9805a750d6187d19efaa6c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 30 Nov 2010 21:29:08 +0100 Subject: Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious --- doc/source/intro.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/intro.rst') 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 =================== -- cgit v1.2.3