diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-03-24 16:21:49 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2021-03-24 16:21:49 -0400 |
| commit | ef0a84eda52c6d95cac58d501f2f66278a7d0850 (patch) | |
| tree | f6f3b4c90f2634c2bc4b795feab0bb209ea4b8d1 | |
| parent | 7c94e3d606f6bc75c93361fb59cdeb59aadc866c (diff) | |
doc: fix url for pip 2 in dev doc
Use updated url for python2 version of pip.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu2004.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
