Skip to content

Commit

Permalink
Always use https with all readthedocs links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Dufresne authored and Petr Viktorin committed Dec 12, 2017
1 parent bb802b6 commit 4ad46bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you wish to help, detailed instructions are in `Doc/contributing.rst`_,
and in `online documentation`_.

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


Open-source veretans should find no surprises there.
2 changes: 1 addition & 1 deletion Doc/bytes_mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ General instructions for this are provided `in Python documentation`_ and in
the `Conservative porting guide`_.

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


When porting from python-ldap 2.x, users are advised to update their code
Expand Down
2 changes: 1 addition & 1 deletion Doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Or, if you prefer to avoid closed-source services:
* Run tests with `tox`_; ignore Python interpreters you don't have locally.
* Read the documentation directly at `Read the Docs`_.

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

If you're new to some aspect of the project, you're welcome to use (or adapt)
our :ref:`sample workflow <sample workflow>`.
Expand Down
2 changes: 1 addition & 1 deletion Doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ versions for offline use, using the sidebar on the right.
Documentation for some older versions is available for download at the
`GitHub release page`_.

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


Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Quick build instructions:

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

http://python-ldap.readthedocs.io/en/latest/installing.html
https://python-ldap.readthedocs.io/en/latest/installing.html
2 changes: 1 addition & 1 deletion Tests/t_ldap_syncrepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def syncrepl_present(self, uuids, refreshDeletes=False):
"""
The 'present' message from the LDAP server is the most complicated
part of the refresh phase. Suggest looking here for more info:
http://syncrepl-client.readthedocs.io/en/latest/client.html
https://syncrepl-client.readthedocs.io/en/latest/client.html
"""
if (uuids is not None) and (refreshDeletes is False):
self.present.extend(uuids)
Expand Down

0 comments on commit 4ad46bb

Please sign in to comment.