summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-03-24 20:52:38 +0000
committerGitHub <noreply@github.com>2021-03-24 20:52:38 +0000
commit5c47ece45feed7cdcae4d282e3dfaefd013bc58e (patch)
treedf2c2406fa6bed0e7a0c13083b5dd8650d1adcc8 /doc/developer
parent67034d7f61e884424e91580e7a9db4a66f5fae73 (diff)
parentef0a84eda52c6d95cac58d501f2f66278a7d0850 (diff)
Merge pull request #8331 from mjstapp/fix_dev_doc_pip
doc: fix url for pip 2 in dev doc
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/building-frr-for-ubuntu2004.rst2
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