From 28fe2a0338f1a0def20a135c6bd0cb5361c4cd1b Mon Sep 17 00:00:00 2001 From: Brandon Mercier <113701731+bram-odoo@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:49:03 +0000 Subject: [PATCH] [FIX] rst_guidelines: typo in `ref` example This commit fixes a typo into the `code-block`example (syntax of an anchor link). closes odoo/documentation#12526 Signed-off-by: Antoine Vandevenne (anv) --- content/contributing/documentation/rst_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/documentation/rst_guidelines.rst b/content/contributing/documentation/rst_guidelines.rst index 36edacf49..3496db4ea 100644 --- a/content/contributing/documentation/rst_guidelines.rst +++ b/content/contributing/documentation/rst_guidelines.rst @@ -610,7 +610,7 @@ markup: Use relative links for internal URLs ------------------------------------ - Please refer to the :ref:`` section to learn more + Please refer to the :ref:`contributing/rst/hyperlinks-guidelines` section to learn more about :ref:`relative links `. .. _contributing/rst/doc-hyperlinks: