diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-03-26 19:14:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 19:14:20 (GMT) |
commit | 932194dc0009ef528f19c2d9dedda196533d55d0 (patch) | |
tree | dd4cf33acb2b2accd9c899d22486dfa36fd769ee | |
parent | ca0793980b90a6a0f9a91f1a5303a1f27b235f83 (diff) | |
download | cpython-932194dc0009ef528f19c2d9dedda196533d55d0.zip cpython-932194dc0009ef528f19c2d9dedda196533d55d0.tar.gz cpython-932194dc0009ef528f19c2d9dedda196533d55d0.tar.bz2 |
[3.12] Change links on the index page (GH-117230) (#117268)
Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
-rw-r--r-- | Doc/tools/templates/indexcontent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 5b3c174..6f854e8 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -58,11 +58,11 @@ <td width="50%"> <p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting issues{% endtrans %}</a></p> <p class="biglink"><a class="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p> - <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p> + <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p> </td><td width="50%"> <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a></p> <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p> - <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p> + <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p> </td></tr> </table> {% endblock %} |