From 41bffe4cb186a67cdfcfff36422f4de1984dbc1c Mon Sep 17 00:00:00 2001 From: Brandon Mercier <113701731+bram-odoo@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:08:56 +0000 Subject: [PATCH] [FW][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#12537 Forward-port-of: 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: