blob: e7ecf4a62748de7077cc12206fa3108ae43eafb7 [file] [log] [blame]
commit ef0d3f74a27123bffff67701959399596486a5c7
Author: ChenJiaHao <Pace2Car@163.com>
Date: Thu Jun 8 18:27:36 2023 +0800
Fix document (#26201)
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.cn.md
index bb6edac2efc..642176d19c1 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.cn.md
@@ -90,5 +90,5 @@ jdbc:shardingsphere:classpath:config.yaml
加载绝对路径中 config.yaml 配置文件的 JDBC URL
```
-jdbc:shardingsphere:absolutepath/path/to/config.yaml
+jdbc:shardingsphere:absolutepath:/path/to/config.yaml
```
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.en.md
index 8f9b91da000..292f2650156 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/_index.en.md
@@ -90,5 +90,5 @@ jdbc:shardingsphere:classpath:config.yaml
Load JDBC URL of config.yaml profile in absolute path
```
-jdbc:shardingsphere:absolutepath/path/to/config.yaml
+jdbc:shardingsphere:absolutepath:/path/to/config.yaml
```