Skip to content

Commit a7f0123

Browse files
committed
chore(docs): fix broken nav link
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent afdcb21 commit a7f0123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/site/src/_11ty/layouts/page.11ty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function render(data) {
2121
<nve-page-header slot="header">
2222
<nve-logo slot="prefix" color="brand-green" size="sm">NV</nve-logo>
2323
<a slot="prefix" href=".">Elements</a>
24-
<nve-button container="flat"><a href="docs/about/getting-started/">Catalog</a></nve-button>
24+
<nve-button container="flat"><a href=".">Catalog</a></nve-button>
2525
${ELEMENTS_PLAYGROUND_BASE_URL ? /* html */ `<nve-button container="flat"><a href="${ELEMENTS_PLAYGROUND_BASE_URL}/ui/elements-playground/browse.html" target="_blank">Playground</a></nve-button>` : ''}
2626
<nve-button container="flat"><a href="starters/">Starters</a></nve-button>
2727
<nve-button container="flat"><a href="${ELEMENTS_REPO_BASE_URL}" target="_blank">Repo</a></nve-button>

0 commit comments

Comments
 (0)