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

xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 55e131d671729160bf55bf9bff309a667d5a838d
Author: Mukvin <boyboys...@163.com>
AuthorDate: Wed Aug 17 14:00:31 2022 +0800

    KYLIN-5221 minor fix markdown links
---
 website/docs/configuration/query_cache.md                         | 2 +-
 website/docs/deployment/installation/install_validation.md        | 2 +-
 .../operations/access-control/data-access-control/acl_table.md    | 4 ++--
 website/docs/operations/access-control/intro.md                   | 8 ++++----
 website/docs/operations/system-operation/diagnosis/diagnosis.md   | 2 +-
 website/docs/operations/system-operation/limit_query.md           | 2 --
 website/docs/restapi/acl_api/acl_api.md                           | 2 +-
 website/docs/restapi/data_source_api.md                           | 6 +++---
 website/docs/restapi/error_code.md                                | 4 ++--
 9 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/website/docs/configuration/query_cache.md 
b/website/docs/configuration/query_cache.md
index f767537f57..22a4947176 100644
--- a/website/docs/configuration/query_cache.md
+++ b/website/docs/configuration/query_cache.md
@@ -69,4 +69,4 @@ The default query cache cannot be shared among different 
nodes or processes beca
 #### Limitation
 Due to metadata inconsistency between Query nodes and All/Job nodes, the redis 
cache swith `kylin.cache.redis.enabled=true` should be configured along with 
`kylin.server.store-type=jdbc`.
 
-> **Caution:** Redis passwords can be encrypted, please refer to: [Use MySQL 
as Metastore](../deployment/rdbms_metastore/mysql/mysql_metastore.md)
+> **Caution:** Redis passwords can be encrypted, please refer to: [Use MySQL 
as 
Metastore](../deployment/on-premises/rdbms_metastore/mysql/mysql_metastore.md)
diff --git a/website/docs/deployment/installation/install_validation.md 
b/website/docs/deployment/installation/install_validation.md
index a3d0dbc8e2..7b67662f49 100644
--- a/website/docs/deployment/installation/install_validation.md
+++ b/website/docs/deployment/installation/install_validation.md
@@ -40,7 +40,7 @@ After running successfully, you should be able to see the 
following information
 Sample hive tables are created successfully
 ```
 
-We will be using SSB dataset as the data sample to introduce Kylin in several 
sections of this  product manual. The SSB dataset simulates transaction data 
for the online store, see more details in [Sample 
Dataset](../../Get-to-Know-Kyligence-Enterprise/quickstart/sample_dataset.en.md).
 Below is a brief introduction.
+We will be using SSB dataset as the data sample to introduce Kylin in several 
sections of this  product manual. The SSB dataset simulates transaction data 
for the online store, see more details in [Sample Dataset](#TODO). Below is a 
brief introduction.
 
 
 | Table        | Description                 | Introduction                    
                                     |
diff --git 
a/website/docs/operations/access-control/data-access-control/acl_table.md 
b/website/docs/operations/access-control/data-access-control/acl_table.md
index 5978d8aabc..340bc0b009 100644
--- a/website/docs/operations/access-control/data-access-control/acl_table.md
+++ b/website/docs/operations/access-control/data-access-control/acl_table.md
@@ -18,7 +18,7 @@ last_update:
 
 **Introduction**
 
-Table ACLs determines whether a user/user group can access a certain table 
loaded into Kyligence Enterprise. When a user/group is restricted to a table, 
the user/user group cannot query the table. 
+Table ACLs determines whether a user/user group can access a certain table 
loaded into Kylin. When a user/group is restricted to a table, the user/user 
group cannot query the table. 
 
 - System administrator can grant table-level data access to a user/user group. 
All users/user groups that have access rights to the current project can read 
or query all tables in the current project by default.
 - When the access rights of the user/user group are deleted, or the user/user 
group is removed from the system, the corresponding table-level permissions are 
also deleted.
@@ -41,7 +41,7 @@ If you query the table, the result will show an error.
 
 ### <span id="set">Grant Table ACL</span>
 
-1. In the **Admin** -> Project page, the system administrator can grant 
user/user group project-level access rights. For details, please refer to 
[Project ACL](project_acl.en.md).
+1. In the **Admin** -> Project page, the system administrator can grant 
user/user group project-level access rights. For details, please refer to 
[Project ACL](project_acl.md).
 
 2. Select the project you want to authorize,then click **Authorization** under 
the right **Action** bar and go to the authorization page.
 
diff --git a/website/docs/operations/access-control/intro.md 
b/website/docs/operations/access-control/intro.md
index fcc139d327..1cd13cbfc6 100644
--- a/website/docs/operations/access-control/intro.md
+++ b/website/docs/operations/access-control/intro.md
@@ -15,10 +15,10 @@ last_update:
 ---
 
 
-This chapter will describe how to grant roles to users/groups in Kyligence to 
control their access rights, and how to perform fine-grained data access 
control, it will cover:
+This chapter will describe how to grant roles to users/groups in Kylin to 
control their access rights, and how to perform fine-grained data access 
control, it will cover:
 
-* [User Management](user_management.en.md)
+* [User Management](user_management.md)
 * [User Group Management](group_management.md)
 
-* [Data Access Control](access_control.md)
-  * [Project Access Control](project_acl.md)
+* [Data Access Control](data-access-control/intro.md)
+  * [Project Access Control](data-access-control/project_acl.md)
diff --git a/website/docs/operations/system-operation/diagnosis/diagnosis.md 
b/website/docs/operations/system-operation/diagnosis/diagnosis.md
index 0527c12bad..63954cccfd 100644
--- a/website/docs/operations/system-operation/diagnosis/diagnosis.md
+++ b/website/docs/operations/system-operation/diagnosis/diagnosis.md
@@ -20,7 +20,7 @@ last_update:
 
 ## System, Job and Query Diagnosis
 
-Kylin users may face with many problems during usage, such as  job failure, 
SQL query failure, SQL query overtime, etc. In order to help solve these 
problems efficiently, Kylin provides a *Diagnosis* function on Web UI to pack 
related information into a zip package to help operation staff and Kyligence 
Support team to analyze the root cause. 
+Kylin users may face with many problems during usage, such as  job failure, 
SQL query failure, SQL query overtime, etc. In order to help solve these 
problems efficiently, Kylin provides a *Diagnosis* function on Web UI to pack 
related information into a zip package to help operation staff and Kylin 
Community to analyze the root cause. 
 
 Diagnosis function includes System, Job and Query Diagnosis. In addition to 
the method of generating diagnostic package on web UI described in this 
chapter, you can also generate the diagnostic package through the bash script. 
For details, please refer to [Diagnosis Tool](../cli_tool/diagnosis.md).
 
diff --git a/website/docs/operations/system-operation/limit_query.md 
b/website/docs/operations/system-operation/limit_query.md
index b53e46b151..855fbda880 100644
--- a/website/docs/operations/system-operation/limit_query.md
+++ b/website/docs/operations/system-operation/limit_query.md
@@ -47,8 +47,6 @@ Set `kylin.query.share-state-switch-implement=jdbc` in 
`kylin.properties`, and c
 
 Among them, the default value of Spark task load is 50. Generally, it is not 
recommended to modify it. 
 
-To configure the Ops Plan to turn on the large query rejection strategy, 
please contact the [Kyligence Technical Support 
Team](https://support.kyligence.io/#/) for help.
-
 
 ### Judgment of large query
 
diff --git a/website/docs/restapi/acl_api/acl_api.md 
b/website/docs/restapi/acl_api/acl_api.md
index 0e2e95665f..e126e089f7 100644
--- a/website/docs/restapi/acl_api/acl_api.md
+++ b/website/docs/restapi/acl_api/acl_api.md
@@ -16,7 +16,7 @@ last_update:
 
 > Reminders:
 >
-> 1. Please read [Access and Authentication REST API](authentication.md) and 
understand how authentication works.
+> 1. Please read [Access and Authentication REST API](../authentication.md) 
and understand how authentication works.
 > 2. On Curl command line, don't forget to quote the URL if it contains the 
 > special char `&`.
 
 
diff --git a/website/docs/restapi/data_source_api.md 
b/website/docs/restapi/data_source_api.md
index 598d9b0a6c..88c816d5ae 100644
--- a/website/docs/restapi/data_source_api.md
+++ b/website/docs/restapi/data_source_api.md
@@ -85,7 +85,7 @@ last_update:
 
 ### Prepare Reload Hive Table   {#Prepare-Reload-Hive-Table}
 
-> Call this API to compare the Hive table metadata in Kylin and that in the 
data source. For Hive table already loaded to Kylin and already used in model 
and index building, if some columns are deleted, Kyligence will return a 
failure when reading these columns. Use this API to find the metadata 
differences and evaluate whether to update the metadata in Kylin by reloading 
the Hive table. 
+> Call this API to compare the Hive table metadata in Kylin and that in the 
data source. For Hive table already loaded to Kylin and already used in model 
and index building, if some columns are deleted, Kylin will return a failure 
when reading these columns. Use this API to find the metadata differences and 
evaluate whether to update the metadata in Kylin by reloading the Hive table. 
 
 - `GET http://host:port/kylin/api/tables/pre_reload`
 
@@ -223,7 +223,7 @@ last_update:
 
 ### Prepare Unload Table   {#Prepare-Unload-Table}
 
-> Call this API to evaluate the risks of unloading Hive table metadata. There 
are cases where you need to offline some Hive tables from Kylin. Use this API 
to evaluate the impact of unloading Hive table metadata on related Kyligence 
models and jobs.
+> Call this API to evaluate the risks of unloading Hive table metadata. There 
are cases where you need to offline some Hive tables from Kylin. Use this API 
to evaluate the impact of unloading Hive table metadata on related Kylin models 
and jobs.
 
 - `GET http://host:port/kylin/api/tables/{database}/{table}/prepare_unload`
 
@@ -283,7 +283,7 @@ last_update:
 
 ### Unload Table   {#Unload-Table}
 
-> Call this API to unload Hive table metadata from Kylin. After the API call, 
Hive table metadata will be unloaded from Kylin, and Kyligence can no longer 
read the table data, or update the index data related to the table. It's 
recommended calling the "Prepare Unload Table" API before calling this API.  
+> Call this API to unload Hive table metadata from Kylin. After the API call, 
Hive table metadata will be unloaded from Kylin, and Kylin can no longer read 
the table data, or update the index data related to the table. It's recommended 
calling the "Prepare Unload Table" API before calling this API.  
 
 - `DELETE http://host:port/kylin/api/tables/{database}/{table}`
 
diff --git a/website/docs/restapi/error_code.md 
b/website/docs/restapi/error_code.md
index 9231d819bb..a5fa4cdc08 100644
--- a/website/docs/restapi/error_code.md
+++ b/website/docs/restapi/error_code.md
@@ -111,7 +111,7 @@ If an error occurs when calling the Kylin API or using the 
built-in tools, you c
 | KE-010043208 | The entered parameter value is invalid. The parameter value 
must be a non-negative <br />integer. Please check and try again. |
 | KE-010043209 | The entered parameter value is invalid. Only support specific 
values at the moment. Please <br />check and try again. |
 | KE-010043210 | The parameter can't be empty. Please enter the time partition 
column format. |
-| KE-010043211 | The type of the time partition column is invalid. Please 
enter the supported format, refer <br />to the [user 
manual](../../Designers-Guide/model/model_design/data_modeling.en.md#faq). |
+| KE-010043211 | The type of the time partition column is invalid. Please 
enter the supported format, refer <br />to the [user manual](#TODO). |
 | KE-010043212 | The parameter can't be empty. Please enter layout(s) id.     |
 | KE-010043213 | Can't find layout. Please check and try again.               |
 | KE-010043214 | Can't refresh the value, the time units are only supported in 
d (days), h (hours), <br />or m (minutes). Please check and try again. |
@@ -144,7 +144,7 @@ If an error occurs when calling the Kylin API or using the 
built-in tools, you c
 
 ### Built-in tools error code  
 > [!NOTE]
->  Build-in tools include [junk file clean 
tools](../../Operation-and-Maintenance-Guide/junk_file_clean.en.md), 
[diagnostic package generate 
tools](../../Operation-and-Maintenance-Guide/system-operation/cli_tool/diagnosis.en.md),
 etc.
+>  Build-in tools include [junk file clean 
tools](../operations/system-operation/junk_file_clean.md), [diagnostic package 
generate tools](../operations/system-operation/cli_tool/diagnosis.md), etc.
 
 |    Error code      | Error message                                           
                              |
 
|:-------------------|:--------------------------------------------------------------------------------------|

Reply via email to