Skip to content

Commit

Permalink
Updated Drupal 9.1 ACR link URL and linkchecker rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Sep 10, 2024
1 parent f6fbd81 commit 10dae26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ACR/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OpenACR reads and formats ACR results in YAML, a machine-readable format that ca

CivicActions prioritizes creating ACRs to show how the products we use meet accessibility standards set by Section 508. To see an example of how to create an ACR, view the report created for Drupal 9.1.

[Drupal 9.1 Accessibility Conformance Report](https://accessibility.civicactions.com/VPAT/Drupal9AccessibilityConformanceReport.html)
[Drupal 9.1 Accessibility Conformance Report](https://accessibility.civicactions.com/ACR/Drupal9AccessibilityConformanceReport.html)

## Resources

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/VPAT/Drupal9AccessibilityConformanceReport-December2020.html\" ./_site"
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/ACR/Drupal9AccessibilityConformanceReport-December2020.html\" ./_site"
},
"dependencies": {
"simple-jekyll-search": "^1.9.2"
Expand Down

0 comments on commit 10dae26

Please sign in to comment.