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:
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/}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue