diff --git a/pages/install/docker.mdx b/pages/install/docker.mdx index 07623c746..23cfe8649 100644 --- a/pages/install/docker.mdx +++ b/pages/install/docker.mdx @@ -68,7 +68,7 @@ curl https://raw.githubusercontent.com/sitoi/dailycheckin/main/docker_start.sh | 文件路径: `./config/config.json` -参考 [配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json` +参考[配置说明文档](/settings/config) ,并修改 `config.json` ## 三、运行 diff --git a/pages/install/local.mdx b/pages/install/local.mdx index 8096e832a..d4a571933 100644 --- a/pages/install/local.mdx +++ b/pages/install/local.mdx @@ -34,7 +34,7 @@ pip install dailycheckin --user 文件格式是否正确! -在项目目录下新建并编写 `config.json` 配置文件,参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/config/) ,并修改 `config.json` +在项目目录下新建并编写 `config.json` 配置文件,参考[配置说明文档](/settings/config) ,并修改 `config.json` ## 三、运行 diff --git a/pages/install/qinglong.mdx b/pages/install/qinglong.mdx index 65c7ebaf7..3452c91f8 100644 --- a/pages/install/qinglong.mdx +++ b/pages/install/qinglong.mdx @@ -58,7 +58,7 @@ apk add --no-cache gcc g++ python python-dev py-pip mysql-dev linux-headers libf ### 配置 config.json 文件 -参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json` +参考[配置说明文档](/settings/config) ,并修改 `config.json` diff --git a/pages/install/synology.mdx b/pages/install/synology.mdx index d2670b006..93e50c5d7 100644 --- a/pages/install/synology.mdx +++ b/pages/install/synology.mdx @@ -66,7 +66,7 @@ import { Steps } from 'nextra/components' 文件格式是否正确! -上传配置文件「config.json」到 「dailycheckin/config」目录下,参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json` +上传配置文件「config.json」到 「dailycheckin/config」目录下,参考[配置说明文档](/settings/config) ,并修改 `config.json` ![配置并上传配置文件](../img/synology8.png)