From 234609ed14bd37f787486a6402219046a07b8dda Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Thu, 22 Feb 2024 15:38:56 -0800 Subject: [PATCH] Ignoring 302 codes and fixing a few links. --- _guide/champions-program.md | 1 - _guide/tools.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_guide/champions-program.md b/_guide/champions-program.md index 9824f448..4bd86676 100644 --- a/_guide/champions-program.md +++ b/_guide/champions-program.md @@ -173,7 +173,6 @@ Many joined CivicActions because they wanted to work for an impact-driven organi * [LinkedIN's Program](https://engineering.linkedin.com/blog/2019/05/scaling-accessibility-through-a11y-champions-program) * Intuit (Quickbooks) * [The A11y Global Collective: Scaling Accessibility — Intuit's Accessibility Champions Program (YouTube)](https://www.youtube.com/watch?v=np6sIWUTPlE) - * [The A11y Global Collective: Scaling Accessibility — Intuit's Accessibility Champions Program Slides (PDF)](http://www.last-child.com/wp-content/uploads/2021/09/Accessibility-Champions.pdf) * [Intuit's Accessibility Champion Program](https://www.last-child.com/intuits-accessibility-champion-program/) * [Lessons Learned from an Intuit Accessibility Champion (Blog)](https://www.intuit.com/blog/innovation/lessons-learned-from-an-intuit-accessibility-champion/) * AbilityNet diff --git a/_guide/tools.md b/_guide/tools.md index 50a9fdc4..072a8f31 100644 --- a/_guide/tools.md +++ b/_guide/tools.md @@ -112,7 +112,7 @@ Evaluate WAI-ARIA according to the [ARIA in HTML](https://www.w3.org/TR/html-ari ### Web based contrast tools * [Contrast Finder by Tanaguru](https://contrast-finder.tanaguru.com/) - [Contrast Finder GitHub Page](https://github.com/Tanaguru/Contrast-Finder) -* [Contrast-Ratio.com](https://contrast-Ratio.com) - [Contrast-Ratio GitHub Page]([https://github.com/LeaVerou/contrast-ratio](https://github.com/siege-media/contrast-ratio)) \ +* [Contrast-Ratio.com](https://contrast-Ratio.com) - [Contrast-Ratio GitHub Page](https://github.com/siege-media/contrast-ratio) \ Allows for testing of contrast of text on top of a semi transparent background. * [Contrast Checker](https://contrast-checker.glitch.me/) - [Contrast Checker on Glitch](https://glitch.com/edit/#!/contrast-checker?path=server.js%3A1%3A0) * [ButtonBuddy](https://buttonbuddy.dev/) - [ButtonBuddy on GitHub](https://github.com/5t3ph/buttonbuddy) diff --git a/package.json b/package.json index e52ffc48..0cf47d17 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000", "pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml --sitemap-find https://accessibility.civicactions.com --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"", "cypress-tests": "cypress run --browser chrome --headless", - "link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,403,0\" --ignore-urls \"/fonts.gstatic.com/\" --enforce_https \"false\" ./_site" + "link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --enforce_https \"false\" ./_site" }, "dependencies": { "simple-jekyll-search": "^1.9.2"