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 2023/06/22 10:16:49 UTC

[shardingsphere] branch master updated: Fix : fix the incorrect link in document (#26456) (#26496)

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 00dfe3921c8 Fix : fix the incorrect link in document (#26456) (#26496)
00dfe3921c8 is described below

commit 00dfe3921c8df996ea0dd197146c87c5f35edbca
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Jun 22 18:16:40 2023 +0800

    Fix : fix the incorrect link in document (#26456) (#26496)
---
 .github/workflows/nightly-check.yml         | 5 +----
 docs/blog/content/videos/_index.cn.md       | 4 ++--
 docs/blog/content/videos/_index.en.md       | 4 ++--
 docs/document/content/dev-manual/mode.cn.md | 2 +-
 docs/document/content/dev-manual/mode.en.md | 2 +-
 5 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml
index 2fb5c47637d..ce5977b3d56 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -152,6 +152,7 @@ jobs:
             for ignored_path in ${IGNORED_PATH_LIST[@]}
               do
                 if [[ $file =~ $ignored_path ]]; then
+                  ignore_current_file=true
                   break
                 fi
               done
@@ -188,10 +189,6 @@ jobs:
           key: ${{ env.CACHE_PREFIX }}-maven-third-party-${{ hashFiles('**/pom.xml') }}
           restore-keys: |
             ${{ env.CACHE_PREFIX }}-maven-third-party-
-      - name: Set Swap Space
-        uses: pierotofy/set-swap-space@master
-        with:
-          swap-size-gb: 10
       - name: Install Project
         run: ./mvnw clean install -DskipTests -Dmaven.javadoc.skip=true -Drat.skip=true
       - name: Perform CodeQL Analysis
diff --git a/docs/blog/content/videos/_index.cn.md b/docs/blog/content/videos/_index.cn.md
index c8c6fdae263..af40df7a4b4 100644
--- a/docs/blog/content/videos/_index.cn.md
+++ b/docs/blog/content/videos/_index.cn.md
@@ -6,7 +6,7 @@ chapter = true
 
 欢迎观看 Apache ShardingSphere 的精选视频,也欢迎您的投稿!
 
-1. [ShardingSphere 与 openGauss 的化学反应](/cn/videos/openGauss/)
+1. [ShardingSphere 与 openGauss 的化学反应](/cn/videos/opengauss/)
 
 2. [【开源总动员】零基础入门 Apache ShardingSphere 开源之道](/cn/videos/opensource/)
 
@@ -18,4 +18,4 @@ chapter = true
 
 6. [海量数据下的 NewSQL 数据库生态构建](/cn/videos/ecosystem/)  
 
-7. [Apache ShardingSphere 5.x 的新功能](/cn/videos/Newfeature/)
+7. [Apache ShardingSphere 5.x 的新功能](/cn/videos/newfeature/)
diff --git a/docs/blog/content/videos/_index.en.md b/docs/blog/content/videos/_index.en.md
index 2fefc20438a..eabf207f006 100644
--- a/docs/blog/content/videos/_index.en.md
+++ b/docs/blog/content/videos/_index.en.md
@@ -6,7 +6,7 @@ chapter = true
 
 Welcome to pick up some of video selections to watch. Moreover look forward to your contribution!
 
-1. [The Cooperation Between ShardingSphere and openGauss](/en/videos/openGauss/)
+1. [The Cooperation Between ShardingSphere and openGauss](/en/videos/opengauss/)
 
 2. [Getting started with Apache ShardingSphere](/en/videos/opensource/)
 
@@ -18,4 +18,4 @@ Welcome to pick up some of video selections to watch. Moreover look forward to y
 
 6. [How to build database ecosystem with newSQL in a big-data environment](/en/videos/ecosystem/)  
 
-7. [New feature of Apache ShardingSphere 5.x](/en/videos/Newfeature/)
+7. [New feature of Apache ShardingSphere 5.x](/en/videos/newfeature/)
diff --git a/docs/document/content/dev-manual/mode.cn.md b/docs/document/content/dev-manual/mode.cn.md
index 87c50714d2a..f117e1a79ae 100644
--- a/docs/document/content/dev-manual/mode.cn.md
+++ b/docs/document/content/dev-manual/mode.cn.md
@@ -19,7 +19,7 @@ chapter = true
 
 | *配置标识* | *详细说明*       | *全限定类名*                                                                                                                                                                                                                                                                           |
 |--------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| JDBC   | 基于 JDBC 的持久化 | [`org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository`](https://github.com/apache/shardingsphere/blob/master/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java) |
+| JDBC   | 基于 JDBC 的持久化 | [`org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository`](https://github.com/apache/shardingsphere/blob/master/mode/type/standalone/repository/provider/jdbc/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java) |
 
 ## ClusterPersistRepository
 
diff --git a/docs/document/content/dev-manual/mode.en.md b/docs/document/content/dev-manual/mode.en.md
index 545334f3ab6..70a0363a1a0 100644
--- a/docs/document/content/dev-manual/mode.en.md
+++ b/docs/document/content/dev-manual/mode.en.md
@@ -19,7 +19,7 @@ Standalone mode configuration information persistence definition
 
 | *Configuration Type* | *Description*          | *Fully-qualified class name*                                                                                                                                                                                                                                                      |
 |----------------------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| JDBC                 | JDBC-based persistence | [`org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository`](https://github.com/apache/shardingsphere/blob/master/mode/type/standalone/repository/provider/jdbc/core/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java) |
+| JDBC                 | JDBC-based persistence | [`org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository`](https://github.com/apache/shardingsphere/blob/master/mode/type/standalone/repository/provider/jdbc/src/main/java/org/apache/shardingsphere/mode/repository/standalone/jdbc/JDBCRepository.java) |
 
 ## ClusterPersistRepository