Closes #1735: Use https://doc.python.org/ instead of `http protocol. It was used for sphinx.ext.intersphinx` and some documentation.

This commit is contained in:
shimizukawa
2015-02-23 04:20:35 +00:00
parent 59fedc0791
commit b0d40ea22c
11 changed files with 21 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
<p>{%trans%}
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation, written by Georg Brandl and licensed under the BSD license.{%endtrans%}</p>
<p>{%trans%}It was originally created for <a href="http://docs.python.org/">the
<p>{%trans%}It was originally created for <a href="https://docs.python.org/">the
new Python documentation</a>, and it has excellent facilities for the
documentation of Python projects, but C/C++ is already supported as well,
and it is planned to add special support for other languages as well. Of