Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 3ef014a

Browse files
authored
docs: fix broken link (#8319)
1 parent ac60d36 commit 3ef014a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/3.api/1.composables/use-runtime-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineNuxtConfig({
4040
Variables that need to be accessible on the server are added directly inside `runtimeConfig`. Variables that need to be accessible on both the client and the server are defined in `runtimeConfig.public`.
4141
::
4242

43-
::ReadMore{link="/guide/features/runtime-config"}
43+
::ReadMore{link="/guide/going-further/runtime-config"}
4444
::
4545

4646
## Acess Runtime Config
@@ -69,7 +69,7 @@ In this example, since `apiBase` is defined within the `public` namespace, it is
6969

7070
It is possible to update runtime config values using a matching environment variable name prefixed with `NUXT_`.
7171

72-
::ReadMore{link="/guide/features/runtime-config"}
72+
::ReadMore{link="/guide/going-further/runtime-config"}
7373
::
7474

7575
### Using the `.env` File
@@ -135,5 +135,5 @@ export default defineEventHandler((event) => {
135135
})
136136
```
137137

138-
::ReadMore{link="/guide/features/runtime-config"}
138+
::ReadMore{link="/guide/going-further/runtime-config"}
139139
::

0 commit comments

Comments
 (0)