Skip to content

Commit b19f134

Browse files
authored
fix broken links in proper-links.md (#331)
1 parent c4ec603 commit b19f134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-app/public/docs/4-routing/proper-links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Once `@properLinks` is installed and setup, you can use plain `<a>` tags for nav
2929
<template>
3030
<nav style="display: flex; gap: 0.5rem">
3131
<a href="/">Home</a>
32-
<a href="/3-components/link">Link docs</a>
33-
<a href="/3-components/external-link">ExternalLink docs</a>
32+
<a href="/4-routing/link">Link docs</a>
33+
<a href="/4-routing/external-link">ExternalLink docs</a>
3434
<a href="https://developer.mozilla.org">MDN ➚</a>
3535
</nav>
3636
</template>

0 commit comments

Comments
 (0)