Skip to content

Commit b27afb5

Browse files
authored
add missing redirect for #citation
1 parent 83d9ec4 commit b27afb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/assets/js/redirects.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ let redirects = {
3030
'#user-content-cwl-leadership-team': '/governance/#cwl-leadership-team',
3131

3232
// Implementations
33-
'#implementations': '/implementations/','#in_production': '/implementations/#in-production',
33+
'#implementations': '/implementations/',
34+
'#in_production': '/implementations/#in-production',
3435
'#partial_implementations': '/implementations/#partial-implementations',
3536

3637
// Other
3738
'#code_of_conduct': '/code-of-conduct/',
39+
'#citation': '/specification/#references',
3840
'#specification': '/specification/',
3941

4042
// Projects

0 commit comments

Comments
 (0)