Skip to content

Commit 5af0e5e

Browse files
committed
docs: two more links
1 parent 8c91318 commit 5af0e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/1.get-started/2.configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Defines the src that should be used for the given font. If this is defined, then
136136

137137
## Provider Options
138138

139-
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.
139+
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.
140140

141141
```ts [nuxt.config.ts]
142142
export default defineNuxtConfig({

docs/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const providers = ['google', 'bunny', 'adobe', 'fontshare', 'fontsource']
7878
</template>
7979
<UPageGrid>
8080
<ULandingCard
81-
to="/usage/configuration"
81+
to="/get-started/configuration"
8282
title="Zero Configuration Required"
8383
icon="i-ph-note-pencil"
8484
>

0 commit comments

Comments
 (0)