fix(docs): wrong url

This commit is contained in:
chenos 2022-05-19 11:50:17 +08:00
parent fd2c39c50e
commit 7ba99b4389
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ yarn install
## 4. 设置环境变量
NocoBase 所需的环境变量储存在根目录 `.env` 文件里,根据实际情况修改环境变量,如果你不知道怎么改,[点此查看环境变量说明](../development/env.md),也可以保持默认。
NocoBase 所需的环境变量储存在根目录 `.env` 文件里,根据实际情况修改环境变量,如果你不知道怎么改,[点此查看环境变量说明](../../development/env.md),也可以保持默认。
```bash
# 使用 sqlite 数据库