Browse Source

Merge pull request #5072 from hpnrep6/fix-url

Fix hyperlink formatting in Building the manual
Max Hilbrunner 4 years ago
parent
commit
f82f9a1bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community/contributing/building_the_manual.rst

+ 1 - 1
community/contributing/building_the_manual.rst

@@ -16,7 +16,7 @@ To get started, you need to:
 4. Install the Sphinx extensions defined in the `godot-docs repository
 4. Install the Sphinx extensions defined in the `godot-docs repository
    <https://github.com/godotengine/godot-docs/>`__ ``requirements.txt`` file.
    <https://github.com/godotengine/godot-docs/>`__ ``requirements.txt`` file.
 
 
-We recommend using `pip <https://pip.pypa.io>` _, Python’s package manager to
+We recommend using `pip <https://pip.pypa.io>`__, Python’s package manager to
 install all these tools. It comes pre-installed with `Python
 install all these tools. It comes pre-installed with `Python
 <https://www.python.org/>`__. Ensure that you install and use Python 3. Here are
 <https://www.python.org/>`__. Ensure that you install and use Python 3. Here are
 the commands to clone the repository and then install all requirements.
 the commands to clone the repository and then install all requirements.