Skip to content

Commit

Permalink
Update links in JSON and Markdown files
Browse files Browse the repository at this point in the history
- Updated 'Colorable' link in 'resources.json' to https://jxnblk.github.io/colorable/demos/text/.
- Changed Jamstack Conference, The Jammies Awards 2021 link in 'jammies-social-impact-award.md' to https://2021.jamstackconf.com/jammies/.
- Updated 'Designing Apps With Accessible Fonts' link in 'text-resizing-in-ios-and-android.md' to https://mobileux.net/designing-apps-with-accessible-fonts/.

Related issue in the original repository: a11yproject#1478
  • Loading branch information
westonludeke committed Dec 8, 2023
1 parent 7822d57 commit b128167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"title": "Colorable",
"description": "Color palette combination contrast tester",
"additional": "Brent Jackson",
"url": "http://jxnblk.com/colorable/demos/text/"
"url": "https://jxnblk.github.io/colorable/demos/text/"
},
{
"title": "Color Safe",
Expand Down
2 changes: 1 addition & 1 deletion src/announcements/jammies-social-impact-award.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "The A11Y Project was awarded a Jammy, an award given “for utiliz
date: 2021-10-07
---

The A11Y Project was awarded a [Jammy for Social Impact Award](https://jamstackconf.com/jammies/), an award given “for utilizing Jamstack technologies for the delivery of valuable and important resources, in service of the community and for the betterment of society.”
The A11Y Project was awarded a [Jammy for Social Impact Award](https://2021.jamstackconf.com/jammies/), an award given “for utilizing Jamstack technologies for the delivery of valuable and important resources, in service of the community and for the betterment of society.”

If you are unfamiliar with the term [Jamstack](https://jamstack.org/what-is-jamstack/), it is a way to build websites that prioritizes speed, performance, and security. It does this by letting servers do the bulk of the work before the website or web app is sent to the device requesting it.

Expand Down
2 changes: 1 addition & 1 deletion src/posts/text-resizing-in-ios-and-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ further_reading:
url: https://www.bbc.co.uk/accessibility/forproducts/guides/mobile/content-resizing/
source: BBC
- title: Designing Apps with Accessible Fonts
url: https://www.mobileux.net/2019/06/24/designing-apps-with-accessible-fonts/
url: https://mobileux.net/designing-apps-with-accessible-fonts/
source: Mobile UX

tags:
Expand Down

0 comments on commit b128167

Please sign in to comment.