summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-10-30 12:49:43 -0500
committerGitHub <noreply@github.com>2024-10-30 12:49:43 -0500
commite2f3cfa518fd3a91254db8c80c001786863ba9d3 (patch)
tree3458dab1cb8bc36c510bd2b92e2474a893516353
parent56d994aecab08b9462f2c80b64b9d1c3bbf097e8 (diff)
parent9397a5144be895506565c64d4532b3a6bc7903dc (diff)
Merge pull request #17311 from opensourcerouting/fix/syntax_topotests
doc: Use RST, not Markdown format for links
-rw-r--r--doc/developer/topotests.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst
index 1ec516a1e1..884c05af82 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -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: