Skip to content

Commit 0e41cad

Browse files
authored
Update stale data.json (#65)
1 parent c3aeb1e commit 0e41cad

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

site/data.json

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
{
22
"navigation": {
33
"items": [
4+
{
5+
"name": "Vision",
6+
"href": "https://haskell.foundation/vision/"
7+
},
48
{
59
"name": "Who We Are",
6-
"href": "https://haskell.foundation/en/who-we-are/"
10+
"href": "https://haskell.foundation/who-we-are/"
711
},
812
{
9-
"name": "Affiliates",
10-
"href": "https://haskell.foundation/en/affiliates/"
13+
"name": "Projects",
14+
"href": "https://haskell.foundation/projects/"
1115
},
1216
{
13-
"name": "Contact",
14-
"href": "https://haskell.foundation/en/contact/"
17+
"name": "Affiliates",
18+
"href": "https://haskell.foundation/affiliates/"
1519
},
1620
{
1721
"name": "News",
18-
"href": "https://haskell.foundation/en/news/"
22+
"href": "https://haskell.foundation/news/"
23+
},
24+
{
25+
"name": "Contact",
26+
"href": "https://haskell.foundation/contact/"
1927
},
2028
{
2129
"name": "Sponsorship",
22-
"href": "https://haskell.foundation/en/donations/"
30+
"href": "https://haskell.foundation/donations/"
2331
},
2432
{
2533
"name": "Resources",
26-
"href": "https://haskell.foundation/en/resources/"
34+
"href": "https://haskell.foundation/resources/"
2735
},
2836
{
2937
"name": "FAQ",
30-
"href": "https://haskell.foundation/en/faq/"
38+
"href": "https://haskell.foundation/faq/"
3139
}
3240
]
3341
},

0 commit comments

Comments
 (0)