mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-25 19:30: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",
|
||||
"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