You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/06/09 10:05:05 UTC

[shardingsphere] branch master updated: Fix typos in FAQ and proxy authentication (#10738)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e3f78a83 Fix typos in FAQ and proxy authentication (#10738)
e3f78a83 is described below

commit e3f78a83ef7a04eb2b0d0b366cc957c5dbb27e93
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Wed Jun 9 18:04:19 2021 +0800

    Fix typos in FAQ and proxy authentication (#10738)
---
 docs/document/content/faq/_index.en.md                                  | 2 +-
 .../user-manual/shardingsphere-proxy/configuration/authentication.cn.md | 2 +-
 .../user-manual/shardingsphere-proxy/configuration/authentication.en.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/document/content/faq/_index.en.md b/docs/document/content/faq/_index.en.md
index 836a358..80dd82b 100644
--- a/docs/document/content/faq/_index.en.md
+++ b/docs/document/content/faq/_index.en.md
@@ -13,7 +13,7 @@ Answer:
 
 A Tip: Property `sql.show` has changed to `sql-show` in version 5.x.
 
-## 2. Why do some compiling errors appear? Why the IDEA did not index the generated codes?
+## 2. Why do some compiling errors appear? Why did not the IDEA index the generated codes?
 
 Answer:
 
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
index 3540113..5eff631 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
@@ -18,4 +18,4 @@ rules:
 
 hostname 为 `%` 或空字符串,则代表不限制 host。
 
-provider 的 type 必须显式指定,具体实现可以参考 [5.11 Proxy](/document/current/cn/dev-manual/proxy)
+provider 的 type 必须显式指定,具体实现可以参考 [5.11 Proxy](/cn/dev-manual/proxy)
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.en.md b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.en.md
index 52aa941..16ebc6a 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.en.md
@@ -17,4 +17,4 @@ rules:
 
 If the hostname is `%` or empty, it means no restrict to the user's host.
 
-The type of the provider must be explicitly specified. Refer to [5.11 Proxy](/document/current/en/dev-manual/proxy) for more implementations.
+The type of the provider must be explicitly specified. Refer to [5.11 Proxy](/en/dev-manual/proxy) for more implementations.