File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ The sample modules/scripts herein require modules pyasn1 and pyasn1-modules.
22
33https://github.com/etingof/pyasn1
44
5- https://pypi.python. org/pypi /pyasn1
6- https://pypi.python. org/pypi /pyasn1-modules
5+ https://pypi.org/project /pyasn1/
6+ https://pypi.org/project /pyasn1-modules/
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ keeps track of all reference increments and decrements. The leak plugin runs
143143each test multiple times and checks if the reference count increases.
144144
145145.. _pytest : https://docs.pytest.org/en/latest/
146- .. _pytest-leaks : https://pypi.python. org/pypi /pytest-leaks
146+ .. _pytest-leaks : https://pypi.org/project /pytest-leaks/
147147
148148Download and compile the *pydebug * build::
149149
Original file line number Diff line number Diff line change 2626 **A1 **. For earlier versions, there's `pyldap `_, an independent fork
2727 now merged into python-ldap.
2828
29- .. _pyldap : https://pypi.python. org/pypi /pyldap
29+ .. _pyldap : https://pypi.org/project /pyldap/
3030
3131
3232**Q **: Does it work with Python 2.6? (1.5|2.0|2.1|2.2|2.3|2.4|2.5)?
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ For example::
1515
1616 $ python -m pip install python-ldap
1717
18- .. _PyPI repository : https://pypi.python. org/pypi /python-ldap/
18+ .. _PyPI repository : https://pypi.org/project /python-ldap/
1919.. _pip : https://pip.pypa.io/en/stable/
2020
2121For installing from PyPI, you will need the same :ref: `build prerequisites `
@@ -27,8 +27,8 @@ We do not currently provide pre-built packages (wheels).
2727Furthermore, python-ldap requires the modules `pyasn1 `_ and `pyasn1-modules `_.
2828``pip `` will install these automatically.
2929
30- .. _pyasn1 : https://pypi.python. org/pypi /pyasn1
31- .. _pyasn1-modules : https://pypi.python. org/pypi /pyasn1-modules
30+ .. _pyasn1 : https://pypi.org/project /pyasn1/
31+ .. _pyasn1-modules : https://pypi.org/project /pyasn1-modules/
3232
3333
3434Pre-built Binaries
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class OpenLDAP2:
7676 author = 'python-ldap project' ,
7777 author_email = 'python-ldap@python.org' ,
7878 url = 'https://www.python-ldap.org/' ,
79- download_url = 'https://pypi.python. org/pypi /python-ldap/' ,
79+ download_url = 'https://pypi.org/project /python-ldap/' ,
8080 classifiers = [
8181 'Development Status :: 5 - Production/Stable' ,
8282 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments