summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2020-11-09 15:17:18 -0500
committerQuentin Young <qlyoung@nvidia.com>2020-11-09 15:25:26 -0500
commite869d3f0c74c1b492a7860efe74fd3ae040fee1c (patch)
treeee7890091a9ca9cc6d72e7b329955bfae9052001
parente862bcc57242a91b65e70f4aaa82e4999924755e (diff)
doc: use anonymous link refs
rst... Signed-off-by: Quentin Young <qlyoung@nvidia.com>
-rw-r--r--doc/developer/building-frr-for-openwrt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-openwrt.rst b/doc/developer/building-frr-for-openwrt.rst
index 9bd1296dad..47cf2cbd43 100644
--- a/doc/developer/building-frr-for-openwrt.rst
+++ b/doc/developer/building-frr-for-openwrt.rst
@@ -51,7 +51,7 @@ to work and it may be needed to run a ``make`` for the entire build
environment. Add ``V=s`` to get more debugging output.
More information about OpenWrt buildsystem can be found `here
-<https://openwrt.org/docs/guide-developer/build-system/use-buildsystem>`_.
+<https://openwrt.org/docs/guide-developer/build-system/use-buildsystem>`__.
Work with sources
-----------------
@@ -59,7 +59,7 @@ Work with sources
To update to a newer version, or change other options, you need to edit the ``feeds/packages/frr/Makefile``.
More information about working with patches in OpenWrt buildsystem can be found `here
-<https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem>`_.
+<https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem>`__.
Usage
-----