From f18d28a5db2a8792435348d50324335e37de49fb Mon Sep 17 00:00:00 2001 From: Daljit Singh <148971263+dsingh-nl@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:40:29 +0200 Subject: [PATCH] Fix link to the PDF copy of the manual The link to PDF copy of the manual was broken, now routing to https://ldap3.readthedocs.io/_/downloads/en/latest/pdf/ --- docs/manual/source/welcome.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/source/welcome.rst b/docs/manual/source/welcome.rst index 31d845fc0..c52fc6a49 100644 --- a/docs/manual/source/welcome.rst +++ b/docs/manual/source/welcome.rst @@ -52,7 +52,7 @@ The home page of the ldap3 project is https://github.com/cannatag/ldap3 Documentation ------------- -Documentation is available at http://ldap3.readthedocs.io. You can download a PDF copy of the manual at https://media.readthedocs.org/pdf/ldap3/stable/ldap3.pdf +Documentation is available at http://ldap3.readthedocs.io. You can download a PDF copy of the manual at https://ldap3.readthedocs.io/_/downloads/en/latest/pdf/ Download