mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add trailing slashes in URLs.
This commit is contained in:
parent
b4c3844c3f
commit
417a3d69ac
4 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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/>`_.
|
||||
|
|
|
@ -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/>`_.
|
||||
|
|
|
@ -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/>`_.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue