Skip to content

Commit 4ad46bb

Browse files
jdufresneencukou
authored andcommitted
Always use https with all readthedocs links
python-ldap#119
1 parent bb802b6 commit 4ad46bb

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you wish to help, detailed instructions are in `Doc/contributing.rst`_,
44
and in `online documentation`_.
55

66
.. _Doc/contributing.rst: Doc/contributing.rst
7-
.. _online documentation: http://python-ldap.readthedocs.io/en/latest/contributing.html
7+
.. _online documentation: https://python-ldap.readthedocs.io/en/latest/contributing.html
88

99

1010
Open-source veretans should find no surprises there.

Doc/bytes_mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ General instructions for this are provided `in Python documentation`_ and in
8585
the `Conservative porting guide`_.
8686

8787
.. _in Python documentation: https://docs.python.org/3/howto/pyporting.html
88-
.. _Conservative porting guide: http://portingguide.readthedocs.io/en/latest/
88+
.. _Conservative porting guide: https://portingguide.readthedocs.io/en/latest/
8989

9090

9191
When porting from python-ldap 2.x, users are advised to update their code

Doc/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Or, if you prefer to avoid closed-source services:
7979
* Run tests with `tox`_; ignore Python interpreters you don't have locally.
8080
* Read the documentation directly at `Read the Docs`_.
8181

82-
.. _Read the Docs: http://python-ldap.readthedocs.io/
82+
.. _Read the Docs: https://python-ldap.readthedocs.io/
8383

8484
If you're new to some aspect of the project, you're welcome to use (or adapt)
8585
our :ref:`sample workflow <sample workflow>`.

Doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ versions for offline use, using the sidebar on the right.
5757
Documentation for some older versions is available for download at the
5858
`GitHub release page`_.
5959

60-
.. _Read the Docs: http://python-ldap.readthedocs.io/en/latest/
60+
.. _Read the Docs: https://python-ldap.readthedocs.io/en/latest/
6161
.. _GitHub release page: https://github.com/python-ldap/python-ldap/releases
6262

6363

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Quick build instructions:
66

77
Detailed instructions are in Doc/installing.rst, or online at:
88

9-
http://python-ldap.readthedocs.io/en/latest/installing.html
9+
https://python-ldap.readthedocs.io/en/latest/installing.html

Tests/t_ldap_syncrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def syncrepl_present(self, uuids, refreshDeletes=False):
241241
"""
242242
The 'present' message from the LDAP server is the most complicated
243243
part of the refresh phase. Suggest looking here for more info:
244-
http://syncrepl-client.readthedocs.io/en/latest/client.html
244+
https://syncrepl-client.readthedocs.io/en/latest/client.html
245245
"""
246246
if (uuids is not None) and (refreshDeletes is False):
247247
self.present.extend(uuids)

0 commit comments

Comments
 (0)