Fix remaining documentation URLs

This commit is contained in:
Unrud 2020-03-28 09:11:11 +01:00
parent 4875b80bf6
commit 0576e68c3d
3 changed files with 5 additions and 5 deletions

2
README
View file

@ -1,4 +1,4 @@
Radicale is a free and open-source CalDAV and CardDAV server.
For the complete documentation, please visit Radicale "1.1" documentation
(http://radicale.org/1.1.html).
(https://radicale.org/1.1.html).

View file

@ -5,4 +5,4 @@
Radicale is a free and open-source CalDAV and CardDAV server.
For the complete documentation, please visit `Radicale "1.1" documentation
<http://radicale.org/1.1.html>`_.
<https://radicale.org/1.1.html>`_.

View file

@ -32,7 +32,7 @@ and Android clients. It is free and open-source software, released under GPL
version 3.
For further information, please visit the `Radicale Website
<http://www.radicale.org/>`_.
<https://radicale.org/>`_.
"""
@ -49,8 +49,8 @@ setup(
long_description=__doc__,
author="Guillaume Ayoub",
author_email="guillaume.ayoub@kozea.fr",
url="http://www.radicale.org/",
download_url=("http://pypi.python.org/packages/source/R/Radicale/"
url="https://radicale.org/",
download_url=("https://pypi.python.org/packages/source/R/Radicale/"
"Radicale-%s.tar.gz" % radicale.VERSION),
license="GNU GPL v3",
platforms="Any",