diff --git a/README.rst b/README.rst index 39ab2f0..5b0e2a3 100644 --- a/README.rst +++ b/README.rst @@ -101,9 +101,9 @@ Contribute ~~~~~~~~~~ * Documentation: http://packages.python.org/WSME/ -* Source: http://git.openstack.org/cgit/stackforge/wsme +* Source: http://git.openstack.org/cgit/openstack/wsme * Bugs: https://bugs.launchpad.net/wsme/+bugs -* Code review: https://review.openstack.org/#/q/project:stackforge/wsme,n,z +* Code review: https://review.openstack.org/#/q/project:openstack/wsme,n,z .. _Changelog: http://packages.python.org/WSME/changes.html .. _python-wsme mailinglist: http://groups.google.com/group/python-wsme diff --git a/doc/integrate.rst b/doc/integrate.rst index e9dbadc..5adaaca 100644 --- a/doc/integrate.rst +++ b/doc/integrate.rst @@ -340,5 +340,3 @@ Pyramid The recommended way of using WSME inside Pyramid is to use :ref:`adapter-cornice`. - - diff --git a/setup.cfg b/setup.cfg index 91a7fd1..d8be90b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ summary = Simplify the writing of REST APIs, and extend them with additional pro description-file = README.rst -url = https://github.com/stackforge/wsme +url = https://github.com/openstack/wsme license = MIT