1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48: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/}
]
}