You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/02 16:08:17 UTC

[shardingsphere] branch master updated: Fix invalid links in distsql documents. (#14485)

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

zhangliang 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 ea95d5b  Fix invalid links in distsql documents. (#14485)
ea95d5b is described below

commit ea95d5ba52a327554d3416874a4c2ec782da39c9
Author: yx9o <ya...@163.com>
AuthorDate: Mon Jan 3 00:07:28 2022 +0800

    Fix invalid links in distsql documents. (#14485)
---
 .../user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md    | 2 +-
 .../user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
index 0973333..e81a7e2 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
@@ -57,7 +57,7 @@ RAL (Resource & Rule Administration Language) 为 Apache ShardingSphere 的管
 
 | 语句                                                                         | 说明                                                         | 示例                                            |
 |:--------------------------------------------------------------------------- |:----------------------------------------------------------- |:----------------------------------------------- |
-| set variable proxy_property_name = xx                                       | proxy_property_name 为 proxy 的[属性配置](/cn/user-manual/shardingsphere-proxy/props/) ,需使用下划线命名 | set variable sql_show = true            |
+| set variable proxy_property_name = xx                                       | proxy_property_name 为 proxy 的[属性配置](/cn/user-manual/shardingsphere-proxy/yaml-config/props/) ,需使用下划线命名 | set variable sql_show = true            |
 | set variable transaction_type = xx                                          | 修改当前连接的事务类型, 支持 LOCAL,XA,BASE                     | set variable transaction_type = XA               |
 | set variable agent_plugins_enabled = [true / false]                         | 设置 agent 插件的启用状态,默认值 false                         | set variable agent_plugins_enabled = true        |
 | show all variables                                                          | 查询 proxy 所有的属性配置                                      | show all variable                                |
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
index b2417b6..e0e6071 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
@@ -56,7 +56,7 @@ RAL (Resource & Rule Administration Language) responsible for the added-on featu
 
 | Statement                                                                   | Function                                                                           | Example                                   |
 |:--------------------------------------------------------------------------- |:---------------------------------------------------------------------------------- |:----------------------------------------- |
-| set variable proxy_property_name = xx                                       | proxy_property_name is one of [properties configuration](/en/user-manual/shardingsphere-proxy/props/)  of proxy,name is split by underscore            | set variable sql_show = true            |  
+| set variable proxy_property_name = xx                                       | proxy_property_name is one of [properties configuration](/en/user-manual/shardingsphere-proxy/yaml-config/props/) of proxy,name is split by underscore            | set variable sql_show = true            |  
 | set variable transaction_type = xx                                          | Modify transaction_type of the current connection, supports LOCAL, XA, BASE        | set variable transaction_type = XA        |
 | set variable agent_plugins_enabled = [true / false]                         | Set whether the agent plugins are enabled, the default value is false              | set variable agent_plugins_enabled = true |
 | show all variables                                                          | Query proxy all properties configuration                                           | show all variable                         |