Skip to content

Commit 220e398

Browse files
authored
Fix broken links on design system page (#27)
The "Work" and "Health" links 404 because those routes are disabled. Replace dead links with placeholder text for sortable-table and catalog-filter examples, and point the Link component example to an active page.
1 parent 5c43152 commit 220e398

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/design/components/catalog-filter/examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export function CatalogFilterExamples() {
33
<section id="catalog-filter">
44
<h2>Catalog filter</h2>
55
<p>An HTML Web Component (<code>&lt;catalog-filter&gt;</code>) that wraps a filter form and list. With JavaScript, filters items in-place by tier and category. Without JavaScript, the form submits as a GET request.</p>
6-
<p><em>See the <a href="work/">Work</a> page for a live example.</em></p>
6+
<p><em>Live example coming soon — the Work page is not yet published.</em></p>
77
</section>
88
)
99
}

src/design/components/link/examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function LinkExamples() {
77
<p>Navigational anchors. External links automatically add <code>rel="noopener external"</code> and a visual icon indicator.</p>
88

99
<h3>Internal link</h3>
10-
<p><Link href="work/">View our work</Link></p>
10+
<p><Link href="/commitment/">Our commitment</Link></p>
1111

1212
<h3>External link</h3>
1313
<p><Link href="https://github.com/flexion" external>Flexion on GitHub</Link></p>

src/design/components/sortable-table/examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export function SortableTableExamples() {
33
<section id="sortable-table">
44
<h2>Sortable table</h2>
55
<p>An HTML Web Component (<code>&lt;sortable-table&gt;</code>) that wraps a table. Column headers become clickable sort controls. Works without JavaScript — the default sort is applied server-side.</p>
6-
<p><em>See the <a href="work/health/">Health</a> page for a live example.</em></p>
6+
<p><em>Live example coming soon — the Health page is not yet published.</em></p>
77
</section>
88
)
99
}

0 commit comments

Comments
 (0)