From 534505734737bd13f310b9f627b35648f1774d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Wed, 18 Oct 2023 09:24:52 +0200 Subject: [PATCH] Fix broken link syntax --- docs/user/guides/best-practice/links.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/guides/best-practice/links.rst b/docs/user/guides/best-practice/links.rst index ee6be94d168..5626cd26c18 100644 --- a/docs/user/guides/best-practice/links.rst +++ b/docs/user/guides/best-practice/links.rst @@ -53,7 +53,7 @@ you most likely want users clicking on incoming links to see the latest version Good practice ✅ ~~~~~~~~~~~~~~~~ -* Use `page redirects `_ if you are linking to the page in the :term:`default version` of the default language. This allows links to continue working even if those defaults change. +* Use :ref:`page redirects ` if you are linking to the page in the :term:`default version` of the default language. This allows links to continue working even if those defaults change. * If you move a page that likely has incoming references, :doc:`create a custom redirect rule `. * Links to other Sphinx projects should use :doc:`intersphinx `. * Use minimal filenames that don't require renaming often.