mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Fix broken JSON syntax.
This commit is contained in:
parent
417a3d69ac
commit
7548483b6b
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
"name": "Radicale",
|
"name": "Radicale",
|
||||||
"description": "CalDAV Server",
|
"description": "CalDAV Server",
|
||||||
"menu": [
|
"menu": [
|
||||||
{"name": "News", "link": "/news/},
|
{"name": "News", "link": "/news/"},
|
||||||
{"name": "Documentation", "link": "/documentation/},
|
{"name": "Documentation", "link": "/documentation/"},
|
||||||
{"name": "Contribute", "link": "/contribute/},
|
{"name": "Contribute", "link": "/contribute/"},
|
||||||
{"name": "Download", "link": "/download/}
|
{"name": "Download", "link": "/download/"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue