Fix Contribute tile link on homepage

- Disallow user notes on the tutorials index page (like on other
  index pages).
This commit is contained in:
Hugo Locurcio
2026-01-22 23:46:23 +01:00
parent 9221910bbb
commit d8fa2b2a25
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ To begin reading the relevant documentation, select the tile that matches your p
I know how to use Godot,<br>
<strong>I want to learn more advanced Godot topics.</strong>
</a>
<a class="grid-item contribute-to-godot" href="contributing/how_to_contribute.html">
<a class="grid-item contribute-to-godot" href="https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html">
I know how to use Godot,<br>
<strong>I want to contribute to Godot.</strong>
</a>

View File

@@ -1,4 +1,5 @@
:orphan:
:allow_comments: False
.. Silence warning about the document not being included in any toctree.
This page is linked from the top-level `index.rst` file in raw HTML,