We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8c323 commit a9339e4Copy full SHA for a9339e4
src/data/links.json
@@ -55,10 +55,6 @@
55
{
56
"name": "Rust Summit",
57
"path": "/rust-summit"
58
- },
59
- {
60
- "name": "Community Organisers",
61
- "path": "/community-partners"
62
}
63
]
64
},
@@ -113,6 +109,10 @@
113
109
114
110
115
111
112
+ {
+ "name": "Community",
+ "path": "/community-partners"
+ },
116
117
"name": "Jobs",
118
"path": "/jobs"
@@ -243,7 +243,10 @@
243
"name": "EuroPython Society",
244
"path": "https://europython-society.org"
245
246
- { "name": "EuroPython Blog", "path": "https://blog.europython.eu" }
247
+ "name": "EuroPython Blog",
248
+ "path": "https://blog.europython.eu"
249
+ }
250
251
252
],
0 commit comments