]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change links on the index page (#117230)
authorAdorilson Bezerra <adorilson@gmail.com>
Tue, 26 Mar 2024 19:08:08 +0000 (19:08 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 19:08:08 +0000 (13:08 -0600)
Doc/tools/templates/indexcontent.html

index 5b3c174f9d17290b59c49de4bcf49a03f496c155..6f854e86ab8ef19c4e3fdd899c95d089388a0c0b 100644 (file)
     <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 %}