diff --git a/docs/guide/install/1panel/index.md b/docs/guide/install/1panel/index.md index 1cb9b8c6..74b6f91d 100644 --- a/docs/guide/install/1panel/index.md +++ b/docs/guide/install/1panel/index.md @@ -20,7 +20,7 @@ https://1panel.cn/docs/installation/online_installation/ ![](./images/2.png) > 默认使用sqlite数据库,数据保存在`/data/certd`目录下,您可以手动备份该目录 -> certd还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../../database/) +> certd还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../database) 3. 访问测试 diff --git a/docs/guide/install/baota/index.md b/docs/guide/install/baota/index.md index 8bec6b04..bcbdb796 100644 --- a/docs/guide/install/baota/index.md +++ b/docs/guide/install/baota/index.md @@ -29,7 +29,7 @@ 点击确定,等待启动完成 ![](./images/2.png) -> certd默认使用sqlite数据库,另外支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../../database/) +> certd默认使用sqlite数据库,另外支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库]((../database)) ## 二、访问应用 diff --git a/docs/guide/install/docker/index.md b/docs/guide/install/docker/index.md index 2465f469..0e92211c 100644 --- a/docs/guide/install/docker/index.md +++ b/docs/guide/install/docker/index.md @@ -42,7 +42,7 @@ docker compose up -d > 如果提示 没有docker compose命令,请安装docker-compose > https://docs.docker.com/compose/install/linux/ -> certd默认使用sqlite数据库,另外还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../../database/) +> certd默认使用sqlite数据库,另外还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库]((../database)) ### 3. 访问测试