From e869d3f0c74c1b492a7860efe74fd3ae040fee1c Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 9 Nov 2020 15:17:18 -0500 Subject: [PATCH] doc: use anonymous link refs rst... Signed-off-by: Quentin Young --- doc/developer/building-frr-for-openwrt.rst | 4 ++-- 1 file 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 -`_. +`__. 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 -`_. +`__. Usage -----