Skip to content

Commit d2ef480

Browse files
authored
repo sync
2 parents 27aa0fb + 3d00a73 commit d2ef480

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/rest/guides/getting-started-with-the-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Keep learning with the next API guide [Basics of Authentication][auth guide]!
437437
[nanoc]: http://nanoc.ws/
438438
[gitignore templates]: https://github.com/github/gitignore
439439
[issues-api]: /rest/reference/issues
440-
[link-header]: http://www.w3.org/wiki/LinkHeader/
440+
[link-header]: https://www.w3.org/wiki/LinkHeader
441441
[conditional-requests]: /rest#conditional-requests
442442
[rate-limiting]: /rest#rate-limiting
443443
[users api]: /rest/reference/users#get-a-user

lib/excluded-links.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ module.exports = [
1515

1616
// Oneoff links that link checkers think are broken but are not.
1717
'https://haveibeenpwned.com/',
18-
'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029',
19-
'http://www.w3.org/wiki/LinkHeader/'
18+
'https://www.ilo.org/dyn/normlex/en/f\\?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:P029'
2019
]

0 commit comments

Comments
 (0)