Skip to content

Commit 2876c05

Browse files
committed
Fix link to pip vs easy_install
1 parent 0b0990b commit 2876c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ software over a network (usually the Internet) with a single command
7373
capability to your own Python software with very little work.
7474

7575
``pip`` is a tool for easily installing and managing Python packages,
76-
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
76+
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://python-packaging-user-guide.readthedocs.org/en/latest/pip_easy_install.html#pip-vs-easy-install>`_,
7777
and is actively maintained.
7878

7979

0 commit comments

Comments
 (0)