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

zhaojinchao 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 05d088ea88e Fix : fix deadlink (#28692)
05d088ea88e is described below

commit 05d088ea88ec26cfe6c96ceba8693c58ec1821c5
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Oct 9 12:40:45 2023 +0800

    Fix : fix deadlink (#28692)
    
    * Fix : fix deadlink
    
    * Refactor : update the overtime of sonarcloud
    
    * Fix : fix deadlink
---
 .github/workflows/nightly-check.yml                            | 2 +-
 .github/workflows/resources/linkcheck/markdown-link-check.json | 3 +++
 README.md                                                      | 2 --
 docs/document/content/user-manual/common-config/props.cn.md    | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 4f58fb27c13..1b3922e8112 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -82,7 +82,7 @@ jobs:
     name: Checkstyle - SonarCloud
     needs: global-environment
     runs-on: ubuntu-latest
-    timeout-minutes: 60
+    timeout-minutes: 100
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-java@v3
diff --git a/.github/workflows/resources/linkcheck/markdown-link-check.json 
b/.github/workflows/resources/linkcheck/markdown-link-check.json
index 8fa22308e0a..208ff2a5881 100644
--- a/.github/workflows/resources/linkcheck/markdown-link-check.json
+++ b/.github/workflows/resources/linkcheck/markdown-link-check.json
@@ -17,6 +17,9 @@
     },
     {
       "pattern": "^https://starchart.cc/";
+    },
+    {
+      "pattern": "^https://www.apiseven.com";
     }
   ], "replacementPatterns": [
   {
diff --git a/README.md b/README.md
index 0561966734e..aae761982eb 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,6 @@
 
|:---------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
 | [![Stargazers Over 
Time](https://starchart.cc/apache/shardingsphere.svg)](https://starchart.cc/apache/shardingsphere)
 | [![Contributor over 
time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/shardingsphere)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/shardingsphere)
 |
 
-![Contributors Map](./docs/contributor-map.svg)
-
 ### OVERVIEW
 
 <hr>
diff --git a/docs/document/content/user-manual/common-config/props.cn.md 
b/docs/document/content/user-manual/common-config/props.cn.md
index cbedb91ac90..7c71102306e 100644
--- a/docs/document/content/user-manual/common-config/props.cn.md
+++ b/docs/document/content/user-manual/common-config/props.cn.md
@@ -29,4 +29,4 @@ props:
 
 ## 配置示例
 
-ShardingSphere 
仓库的示例中包含了多种不同场景的属性配置,请参考:<https://github.com/apache/shardingsphere/blob/master/examples/README_ZH.md>
+ShardingSphere 
仓库的示例中包含了多种不同场景的属性配置,请参考:<https://github.com/apache/shardingsphere/blob/master/examples>

Reply via email to