summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-22 02:18:15 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-22 02:18:15 +0200
commit7e85ad59cf601967b8cdd49e305f88024ced18f0 (patch)
treea15de15be3d53a3cbdcf1e9a80d6d8a1bd14c0f7
parent7e007f7b567549e9940d98c0fd5cd2305f877acb (diff)
downloadsemantic-version-7e85ad59cf601967b8cdd49e305f88024ced18f0.tar.gz
Fix link to PyPI package.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--README2
-rw-r--r--doc/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 477dbc7..4f8403f 100644
--- a/README
+++ b/README
@@ -71,7 +71,7 @@ Integrates with `Django <http://djangoproject.com>`_, through the ``VersionField
Links
=====
-- Package on `PyPI <http://pypi.python.org/>`_: http://pypi.python.org/semantic_version/
+- Package on `PyPI <http://pypi.python.org/>`_: http://pypi.python.org/pypi/semantic_version/
- Doc on `ReadTheDocs <http://readthedocs.org/>`_: http://readthedocs.org/docs/python-semanticversion/
- Source on `GitHub <http://github.com/>`_: http://github.com/rbarrois/python-semanticversion/
- Build on `Travis CI <http://travis-ci.org/>`_: http://travis-ci.org/rbarrois/python-semanticversion/
diff --git a/doc/index.rst b/doc/index.rst
index e916b26..17e8f3c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -211,7 +211,7 @@ When submitting patches or pull requests, you should respect the following rules
Links
=====
-- Package on `PyPI`_: http://pypi.python.org/semantic_version/
+- Package on `PyPI`_: http://pypi.python.org/pypi/semantic_version/
- Doc on `ReadTheDocs <http://readthedocs.org/>`_: http://readthedocs.org/docs/python-semanticversion/
- Source on `GitHub <http://github.com/>`_: http://github.com/rbarrois/python-semanticversion/
- Build on `Travis CI <http://travis-ci.org/>`_: http://travis-ci.org/rbarrois/python-semanticversion/