Skip to content

Commit

Permalink
docs: two more links
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 22, 2024
1 parent 8c91318 commit 5af0e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.get-started/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Defines the src that should be used for the given font. If this is defined, then

## Provider Options

Providers can have their own options. These options are passed directly to different font providers. Please refer to the [provider documentation](/providers) for more information.
Providers can have their own options. These options are passed directly to different font providers. Please refer to the [provider documentation](/get-started/providers) for more information.

```ts [nuxt.config.ts]
export default defineNuxtConfig({
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const providers = ['google', 'bunny', 'adobe', 'fontshare', 'fontsource']
</template>
<UPageGrid>
<ULandingCard
to="/usage/configuration"
to="/get-started/configuration"
title="Zero Configuration Required"
icon="i-ph-note-pencil"
>
Expand Down

0 comments on commit 5af0e5e

Please sign in to comment.