From 7ba99b438913cb3f993f7f65f65b314d4161a8a0 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 19 May 2022 11:50:17 +0800 Subject: [PATCH] fix(docs): wrong url --- docs/en-US/getting-started/installation/git-clone.md | 2 +- docs/zh-CN/getting-started/installation/git-clone.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/getting-started/installation/git-clone.md b/docs/en-US/getting-started/installation/git-clone.md index ba259884a..c5fb8600f 100644 --- a/docs/en-US/getting-started/installation/git-clone.md +++ b/docs/en-US/getting-started/installation/git-clone.md @@ -27,7 +27,7 @@ yarn install ## 4. Set environment variables -The environment variables required by NocoBase are stored in the root `.env` file, modify the environment variables according to the actual situation, if you don't know how to change them, [click here for environment variables description](./development/env.md), or you can leave it as default. +The environment variables required by NocoBase are stored in the root `.env` file, modify the environment variables according to the actual situation, if you don't know how to change them, [click here for environment variables description](../../development/env.md), or you can leave it as default. ```bash # Using sqlite database diff --git a/docs/zh-CN/getting-started/installation/git-clone.md b/docs/zh-CN/getting-started/installation/git-clone.md index 3b416dc61..743e60921 100644 --- a/docs/zh-CN/getting-started/installation/git-clone.md +++ b/docs/zh-CN/getting-started/installation/git-clone.md @@ -29,7 +29,7 @@ yarn install ## 4. 设置环境变量 -NocoBase 所需的环境变量储存在根目录 `.env` 文件里,根据实际情况修改环境变量,如果你不知道怎么改,[点此查看环境变量说明](../development/env.md),也可以保持默认。 +NocoBase 所需的环境变量储存在根目录 `.env` 文件里,根据实际情况修改环境变量,如果你不知道怎么改,[点此查看环境变量说明](../../development/env.md),也可以保持默认。 ```bash # 使用 sqlite 数据库