Skip to content

Commit

Permalink
Merge pull request #324 from longview-labs/new-tab-fix
Browse files Browse the repository at this point in the history
fix: Get started link
  • Loading branch information
twilson63 authored Jun 7, 2024
2 parents 4497ec8 + 0a6823e commit cbfc01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/.vuepress/components/Onboarding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const frontmatter = usePageFrontmatter();
<I18NRouterLink
style="color: var(--c-accent-rose)"
class="hero-body-text"
to="/getting-started/"
to="/getting-started/index.html"
>
{{ get_i18n_str(frontmatter.locale, "get-started", "Get Started") }}
</I18NRouterLink>
Expand Down

0 comments on commit cbfc01d

Please sign in to comment.