diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-11-15 18:03:53 -0800 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-11-15 18:03:53 -0800 |
| commit | a3f0d02633a979eb4b11bcea3318fdefd65dcd65 (patch) | |
| tree | 9702105291466c1d932468e60a45aac86dfba958 | |
| parent | e75c3c1a665ec4a0130412627ffe6b557afdcead (diff) | |
| parent | b29007a0dffbaede9a061221b08aab7fdb840a0e (diff) | |
| download | tablib-a3f0d02633a979eb4b11bcea3318fdefd65dcd65.tar.gz | |
Merge pull request #89 from PiPeep/patch-1
Update url for pip vs easy_install in docs/install
| -rw-r--r-- | docs/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 0e40679..9df8ee8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -22,7 +22,7 @@ or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_:: $ easy_install tablib -But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/index.html#pip-compared-to-easy-install>`_. +But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_. |
