mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix remaining documentation URLs
This commit is contained in:
parent
4875b80bf6
commit
0576e68c3d
3 changed files with 5 additions and 5 deletions
2
README
2
README
|
@ -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).
|
||||
|
|
|
@ -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>`_.
|
||||
|
|
6
setup.py
6
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue