summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-02 19:26:46 -0400
committerDonald Stufft <donald@stufft.io>2014-05-02 20:08:13 -0400
commit23caaf35c20ba610ddfc8dc0e9a18076793a5abd (patch)
tree946cecb9001832c7f4433ecb0ba3a99ae28d0a0d
parentc746d380432ed110d69332f20809ff58a90630e0 (diff)
downloadpip-23caaf35c20ba610ddfc8dc0e9a18076793a5abd.tar.gz
Update documentation to point at https://pip.pypa.io/
-rw-r--r--CHANGES.txt3
-rw-r--r--PROJECT.txt6
-rw-r--r--README.rst4
-rw-r--r--setup.py2
4 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c66f3e4d7..7c8c1656b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,9 @@ Changelog
* Update documentation to point at https://bootstrap.pypa.io/get-pip.py for
bootstrapping pip.
+* Update docs to point to https://pip.pypa.io/
+
+
1.5.4 (2014-02-21)
------------------
diff --git a/PROJECT.txt b/PROJECT.txt
index 2cd8b78c1..c530ae85c 100644
--- a/PROJECT.txt
+++ b/PROJECT.txt
@@ -2,9 +2,9 @@ Project Info
============
* Project Page: https://github.com/pypa/pip
-* Install howto: http://www.pip-installer.org/en/latest/installing.html
-* Changelog: http://www.pip-installer.org/en/latest/news.html
+* Install howto: https://pip.pypa.io/en/latest/installing.html
+* Changelog: https://pip.pypa.io/en/latest/news.html
* Bug Tracking: https://github.com/pypa/pip/issues
* Mailing list: http://groups.google.com/group/python-virtualenv
-* Docs: http://www.pip-installer.org/
+* Docs: https://pip.pypa.io/
* IRC: #pip on Freenode.
diff --git a/README.rst b/README.rst
index 1c6146af5..7b59656ea 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@ pip
===
.. image:: https://pypip.in/v/pip/badge.png
- :target: https://crate.io/packages/pip
+ :target: https://pypi.python.org/pypa/pip
.. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
:target: http://travis-ci.org/pypa/pip
-For documentation, see http://www.pip-installer.org
+For documentation, see https://pip.pypa.io/
diff --git a/setup.py b/setup.py
index 961da9684..7ad4e4faa 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ setup(name="pip",
keywords='easy_install distutils setuptools egg virtualenv',
author='The pip developers',
author_email='python-virtualenv@groups.google.com',
- url='http://www.pip-installer.org',
+ url='https://pip.pypa.io/',
license='MIT',
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
package_data={