1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Add trailing slashes in URLs.

This commit is contained in:
Simon Sapin 2011-05-31 18:33:23 +02:00 committed by root
parent b4c3844c3f
commit 417a3d69ac
4 changed files with 7 additions and 7 deletions

View file

@ -2,9 +2,9 @@
"name": "Radicale",
"description": "CalDAV Server",
"menu": [
{"name": "News", "link": "/news"},
{"name": "Documentation", "link": "/documentation"},
{"name": "Contribute", "link": "/contribute"},
{"name": "Download", "link": "/download"}
{"name": "News", "link": "/news/},
{"name": "Documentation", "link": "/documentation/},
{"name": "Contribute", "link": "/contribute/},
{"name": "Download", "link": "/download/}
]
}

View file

@ -10,4 +10,4 @@ First Radicale release! Here is the changelog:
* Lightning/Sunbird 0.9 compatibility
* Easy installer
You can download this version on the `download page </download>`_.
You can download this version on the `download page </download/>`_.

View file

@ -25,4 +25,4 @@ the Mozilla developers, 1.0pre is something like a final version.
You may have noticed too that Radicale can be `downloaded from PyPI
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available
on the `download page </download>`_.
on the `download page </download/>`_.

View file

@ -55,4 +55,4 @@ Radicale has been packaged for:
Smedegaard
If you are interested in creating packages for other Linux distributions, read
the `"Contribute" page </contribute>`_.
the `"Contribute" page </contribute/>`_.