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/02 02:08:22 UTC

[shardingsphere] branch master updated: Fix dead link (#26001)

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 1878d077b8c Fix dead link (#26001)
1878d077b8c is described below

commit 1878d077b8c2513961b85d22297d9b4b25e445cf
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Fri Jun 2 10:08:15 2023 +0800

    Fix dead link (#26001)
---
 docs/document/content/features/sharding/limitation.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/features/sharding/limitation.en.md b/docs/document/content/features/sharding/limitation.en.md
index abb09e7a609..56535aec0c6 100644
--- a/docs/document/content/features/sharding/limitation.en.md
+++ b/docs/document/content/features/sharding/limitation.en.md
@@ -46,7 +46,7 @@ e.g:
 ```sql
 SELECT * FROM (SELECT * FROM t_order WHERE order_id = 1) o WHERE o.order_id = 1;
 ```
-Sub-query for [pagination](https://shardingsphere.apache.org/document/current/cn/features/sharding/use-norms/pagination/) can be stably supported by the kernel.
+Sub-query for [pagination](https://shardingsphere.apache.org/document/current/en/features/sharding/limitation/#pagination-query) can be stably supported by the kernel.
 e.g.:
 
 ```sql