Skip to content

Commit

Permalink
fix: correction in links to not break in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Fernando Gomez Flores committed Nov 30, 2023
1 parent 110e879 commit fa5e809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ the raw components. We'll layer in documenation over time.
Ping us in the **#design-system** channel on Slack for help.

<div className="link-list">
<a className="link-item" href="?path=/docs/patterns-app-shell--overview">
<a className="link-item" href="./?path=/docs/patterns-app-shell--overview">
<span>
<strong>App shell</strong>
Our standard starter app, great for multi-level UIs that need to show a dashboard,
subsections with lists of items, and detail pages to view those items.
</span>
</a>
<a className="link-item" href="?path=/docs/patterns-kitchen-sink--overview">
<a className="link-item" href="./?path=/docs/patterns-kitchen-sink--overview">
<span>
<strong>Kitchen sink</strong>A large collection of all our components on a
single screen, to give a high level overview of what's available and to
Expand Down

0 comments on commit fa5e809

Please sign in to comment.