Skip to content

Commit

Permalink
Fix remaining links that can be https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Dufresne committed Dec 13, 2017
1 parent 4ad46bb commit e80cc61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Demo/resiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Demo for using ldap.resiter.ResultProcessor
written by Michael Stroeder <michael@stroeder.com>
See http://www.python-ldap.org for details.
See https://www.python-ldap.org for details.
"""
from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion Doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hit a problem already fixed in recent releases.
---------------------------------------------

Ships with python-ldap and there's an additional
`download repository <http://download.opensuse.org/repositories/devel:/languages:/python/>`_
`download repository <https://download.opensuse.org/repositories/devel:/languages:/python/>`_
which contains builds of latest releases
(see also `OBS package <https://build.opensuse.org/package/show/devel:languages:python/python-ldap>`_).

Expand Down
2 changes: 1 addition & 1 deletion Lib/ldap/controls/openldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SearchNoOpControl(ValueLessRequestControl,ResponseControl):
No-op control attached to search operations implementing sort of a
count operation
see http://www.openldap.org/its/index.cgi?findid=6598
see https://www.openldap.org/its/index.cgi?findid=6598
"""
controlType = '1.3.6.1.4.1.4203.666.5.18'

Expand Down
2 changes: 1 addition & 1 deletion Tests/t_ldap_sasl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Automatic tests for python-ldap's module ldap.sasl
See http://www.python-ldap.org/ for details.
See https://www.python-ldap.org/ for details.
"""
import os
import pwd
Expand Down
2 changes: 1 addition & 1 deletion Tests/t_ldap_syncrepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Automatic tests for python-ldap's module ldap.syncrepl
See http://www.python-ldap.org/ for details.
See https://www.python-ldap.org/ for details.
"""


Expand Down

0 comments on commit e80cc61

Please sign in to comment.