diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 70e5e38..a966dda 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -34,7 +34,7 @@ Development (Unstable) Version If you want to run the development version of Pecan you will need GIT installed and clone the repo from github:: - git clone https://github.com/cleverdevil/pecan.git + git clone https://github.com/pecan/pecan.git If you are still in the *pecan-dev* virtual environment that we created before, you should call ``setup.py`` to install:: diff --git a/setup.py b/setup.py index 0739088..9adc27b 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( keywords = '', author = 'Jonathan LaCour', author_email = 'jonathan@cleverdevil.org', - url = 'http://github.com/cleverdevil/pecan', + url = 'http://github.com/pecan/pecan', license = 'BSD', packages = find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data = True,