Browse Source

Fix incorrect link in Code style guidelines (#4732)

This caused a Sphinx build failure.
Hugo Locurcio 4 years ago
parent
commit
ae0fe2a624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community/contributing/code_style_guidelines.rst

+ 1 - 1
community/contributing/code_style_guidelines.rst

@@ -336,7 +336,7 @@ Don't repeat what the code says in a comment. Explain the *why* rather than *how
 You can use Javadoc-style comments above function or macro definitions. It's
 You can use Javadoc-style comments above function or macro definitions. It's
 recommended to use Javadoc-style comments *only* for methods which are not
 recommended to use Javadoc-style comments *only* for methods which are not
 exposed to scripting. This is because exposed methods should be documented in
 exposed to scripting. This is because exposed methods should be documented in
-the :ref:`class reference XML <doc_updating_the_class_reference_with_git>`
+the :ref:`class reference XML <doc_updating_the_class_reference>`
 instead.
 instead.
 
 
 **Example:**
 **Example:**