From: Mark Stapp Date: Wed, 24 Mar 2021 20:21:49 +0000 (-0400) Subject: doc: fix url for pip 2 in dev doc X-Git-Tag: base_8.0~229^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F8331%2Fhead;p=mirror%2Ffrr.git doc: fix url for pip 2 in dev doc Use updated url for python2 version of pip. Signed-off-by: Mark Stapp --- diff --git a/doc/developer/building-frr-for-ubuntu2004.rst b/doc/developer/building-frr-for-ubuntu2004.rst index ffc05a6841..58d72e2891 100644 --- a/doc/developer/building-frr-for-ubuntu2004.rst +++ b/doc/developer/building-frr-for-ubuntu2004.rst @@ -27,7 +27,7 @@ ubuntu apt repositories; in order to install it: .. code-block:: shell - curl https://bootstrap.pypa.io/2.7/get-pip.py --output get-pip.py + curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py sudo python2 ./get-pip.py # And verify the installation