Skip to content

Commit efc182d

Browse files
authored
Fix navigation link in navigation.yml (#216)
The order of links https://www.swift.org/contributing page is currently wrong, as "Website and Blog Post Contributions" section on the page comes before "Swift Evolution". The link itself to `#blog-post-contributions` is not working, since the actual anchor id is `website-and-blog-post-contributions`.
1 parent 6c02537 commit efc182d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/navigation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@
9999
name: reporting-bugs
100100
- title: Triaging Bugs
101101
name: triaging-bugs
102+
- title: Blog Post Contributions
103+
name: website-and-blog-post-contributions
102104
- title: Swift Evolution
103105
name: evolution-process
104-
- title: Blog Post Contributions
105-
name: blog-post-contributions
106106
- title: Contributing Code
107107
name: contributing-code
108108
- title: Adding External Library Dependencies

0 commit comments

Comments
 (0)