Skip to content

Commit

Permalink
fixes broken links to color usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
egoens committed Sep 4, 2024
1 parent 150c1ed commit dc62b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next/components/thumbprint-www/featured/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Featured(): JSX.Element {
</div>
<div className="m_col-6 mb3">
<Link
href="/guide/product/color/"
href="/guide/product/color/overview/"
className={`bg-white br2 black db h-100 color-inherit ${styles.shadow}`}
>
<div className="flex pv3 ph3 m_ph4 items-center">
Expand Down
2 changes: 1 addition & 1 deletion www/src/components/thumbprint-www/featured/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Featured(): JSX.Element {
</div>
<div className="m_col-6 mb3">
<a
href="/guide/product/color/"
href="/guide/product/color/overview/"
className={`bg-white br2 black db h-100 color-inherit ${styles.shadow}`}
>
<div className="flex pv3 ph3 m_ph4 items-center">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/updates/notes/2023-02-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ With the most recent release, all [Thumbprint icons](https://thumbprint.thumbta

### 3. Color contrast ratio documentation on color usage page

Thumbprint now offers [documentation on how to use each variation of our brand colors](/guide/product/color/#section-accessibility) in variety with one another to produce an accessible experience based on the WCAG 2.1 AA standards, along with a few general best practices for accessible color usage.
Thumbprint now offers [documentation on how to use each variation of our brand colors](/guide/product/color/accessibility/) in variety with one another to produce an accessible experience based on the WCAG 2.1 AA standards, along with a few general best practices for accessible color usage.

## 📋 What’s coming up

Expand Down

0 comments on commit dc62b8d

Please sign in to comment.