]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: fix url for pip 2 in dev doc
authorMark Stapp <mjs@voltanet.io>
Wed, 24 Mar 2021 20:21:49 +0000 (16:21 -0400)
committerMark Stapp <mjs@voltanet.io>
Wed, 24 Mar 2021 20:21:49 +0000 (16:21 -0400)
Use updated url for python2 version of pip.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
doc/developer/building-frr-for-ubuntu2004.rst

index ffc05a6841ff455e5670eae9fd9b629a500325aa..58d72e2891c670896806fecc3188fb04e0c6ae85 100644 (file)
@@ -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