]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Use RST, not Markdown format for links 17311/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 30 Oct 2024 12:26:07 +0000 (14:26 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 30 Oct 2024 12:26:07 +0000 (14:26 +0200)
Fixes: d155d62785 ("doc: Require unified config for all new topotests")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
doc/developer/topotests.rst

index 1ec516a1e1536619b081d6f91ae0f44cd28f3bad..884c05af82ca608082cdb793a5b9e6eb8974c40e 100644 (file)
@@ -1323,6 +1323,8 @@ You can run scripts inside the node, or use vtysh's <tab> or <?> feature.
   loc1                       1 2001:db8:1:1::/64        Up
   loc2                       2 2001:db8:2:2::/64        Up
 
+.. _writing-tests:
+
 Writing Tests
 """""""""""""
 
@@ -1408,7 +1410,7 @@ Requirements:
 - Always use IPv4 :rfc:`5737` (``192.0.2.0/24``, ``198.51.100.0/24``,
   ``203.0.113.0/24``) and IPv6 :rfc:`3849` (``2001:db8::/32``) ranges reserved
   for documentation;
-- Use unified config (``frr.conf``) for all new [tests](#writing-tests).
+- Use unified config (``frr.conf``) for all new tests. See :ref:`writing-tests`.
 
 Tips: