Skip to content

Commit 849831d

Browse files
authored
Fix broken links (#41841)
1 parent 2537ab3 commit 849831d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ For example, to enable Japanese and Portuguese in addition to English, you can e
8181

8282
{% endnote %}
8383

84-
The supported language codes are defined in [`lib/languages.js`](https://github.com/github/docs/blob/main/lib/languages.js).
84+
The supported language codes are defined in [`src/languages/lib/languages.js`](https://github.com/github/docs/blob/main/src/languages/lib/languages.js).
85+
8586

8687
## Using {% data variables.product.prodname_github_codespaces %}
8788

src/links/lib/excluded-links.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ export default [
6464
'https://packages.debian.org/search?keywords=netcat',
6565
'https://packages.debian.org/bullseye/ca-certificates',
6666
'https://oidref.com/1.3.6.1.2.1.25.4',
67+
'https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm',
6768
]

0 commit comments

Comments
 (0)