Help: Fix some redirects reported with sphinx linkcheck

Mostly it's about replace `http:` with `https:` protocol.
This commit is contained in:
Alex Turbov
2022-11-06 18:54:56 +04:00
committed by Brad King
parent ac5295a9de
commit 435b0c573c
29 changed files with 110 additions and 109 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ Header Generation
.. deprecated:: 3.11
This command will no longer be supported starting with version 10 of the JDK
due to the `suppression of javah tool <http://openjdk.java.net/jeps/313>`_.
due to the `suppression of javah tool <https://openjdk.java.net/jeps/313>`_.
The :ref:`add_jar(GENERATE_NATIVE_HEADERS) <add_jar>` command should be
used instead.