Skip to content

Commit 058c77c

Browse files
author
Jason Meridth
committed
fix: link that is 403ing due to redirect
- [x] added https://www.jfklibrary.org/learn/education/teachers/curricular-resources/ask-not-what-your-country-can-do-for-you to ignored link - [x] add .tool-versions to .gitignore Signed-off-by: jmeridth <[email protected]>
1 parent a350129 commit 058c77c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.bundle
44
.jekyll-metadata
55
.ruby-version
6+
.tool-versions
67
.sass-cache/
78
/vendor
89
_site/

script/html-proofer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ url_ignores = [
1111
"https://pages.18f.gov/open-source-guide/making-readmes-readable/",
1212
"https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
1313
"https://sloan.org/programs/digital-technology",
14+
"https://www.jfklibrary.org/learn/education/teachers/curricular-resources/ask-not-what-your-country-can-do-for-you",
1415
%r{^https?://readwrite\.com/2014/10/10/open-source-diversity-how-to-contribute/},
1516
%r{^https?://twitter\.com/},
1617
%r{^https?://(www\.)?kickstarter\.com/},

0 commit comments

Comments
 (0)