From 04d157e67041fb198f4069a2111549f9ea6d71d0 Mon Sep 17 00:00:00 2001 From: Bochkarev Ivan Date: Fri, 28 Jun 2024 16:17:36 +0600 Subject: [PATCH] docs: use internal link (#27883) --- docs/2.guide/2.directory-structure/2.env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/2.directory-structure/2.env.md b/docs/2.guide/2.directory-structure/2.env.md index 6dca2cffa9..b0d4a82e6e 100644 --- a/docs/2.guide/2.directory-structure/2.env.md +++ b/docs/2.guide/2.directory-structure/2.env.md @@ -34,7 +34,7 @@ npx nuxi dev --dotenv .env.local When updating `.env` in development mode, the Nuxt instance is automatically restarted to apply new values to the `process.env`. ::important -In your application code, you should use [Runtime Config](https://nuxt.com/docs/guide/going-further/runtime-config) instead of plain env variables. +In your application code, you should use [Runtime Config](/docs/guide/going-further/runtime-config) instead of plain env variables. :: ## Production