Skip to content

Commit 23e6118

Browse files
authored
fix the issues in link checker (#139)
* Fix menu link casing
1 parent 58f1e4d commit 23e6118

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

config.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pluralizelisttitles = false
7474

7575
[[menu.main]]
7676
name = "Program Committee Policy"
77-
url = "/policies/PCpolicy"
77+
url = "/policies/pcpolicy"
7878
weight = 2
7979
parent = "menu.conferences"
8080

@@ -136,7 +136,7 @@ pluralizelisttitles = false
136136

137137
[[menu.main]]
138138
name = "Software Engineering Notes (SEN)"
139-
url = "/SEN/SEN"
139+
url = "/sen/sen"
140140
weight = 3
141141
parent = "menu.pubs"
142142

@@ -223,25 +223,25 @@ pluralizelisttitles = false
223223

224224
[[menu.main]]
225225
name = "Distinguished Service"
226-
url = "/awards/distinguishedService"
226+
url = "/awards/distinguishedservice"
227227
weight = 2
228228
parent = "section.awards"
229229

230230
[[menu.main]]
231231
name = "Outstanding Research"
232-
url = "/awards/outstandingResearch"
232+
url = "/awards/outstandingresearch"
233233
weight = 3
234234
parent = "section.awards"
235235

236236
[[menu.main]]
237237
name = "Influential Educator"
238-
url = "/awards/influentialEducator"
238+
url = "/awards/influentialeducator"
239239
weight = 4
240240
parent = "section.awards"
241241

242242
[[menu.main]]
243243
name = "Impact Paper"
244-
url = "/awards/impactPaper"
244+
url = "/awards/impactpaper"
245245
weight = 5
246246
parent = "section.awards"
247247

@@ -253,7 +253,7 @@ pluralizelisttitles = false
253253

254254
[[menu.main]]
255255
name = "Early Career Researcher"
256-
url = "/awards/earlyCareerResearcher"
256+
url = "/awards/earlycareerresearcher"
257257
weight = 7
258258
parent = "section.awards"
259259

@@ -271,7 +271,7 @@ pluralizelisttitles = false
271271

272272
[[menu.main]]
273273
name = "ACM SIGSOFT Distinguished Paper"
274-
url = "/awards/distinguishedPaper"
274+
url = "/awards/distinguishedpaper"
275275
weight = 1
276276
parent = "section.conference"
277277

0 commit comments

Comments
 (0)