From 733d07c36b4d1d1f33c072ab8ea2a8e6e0663d20 Mon Sep 17 00:00:00 2001 From: copy rogers <40619032+rogerogers@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:13:06 +0800 Subject: [PATCH] chore: fix link error (#1015) Signed-off-by: rogerogers --- content/en/blog/releases/Volo/release-v030.md | 2 +- content/en/docs/cwgo/tutorials/api-list/example.md | 2 +- content/zh/blog/releases/Volo/release-v030.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/releases/Volo/release-v030.md b/content/en/blog/releases/Volo/release-v030.md index fe012dfff1..75ce2b8592 100644 --- a/content/en/blog/releases/Volo/release-v030.md +++ b/content/en/blog/releases/Volo/release-v030.md @@ -130,7 +130,7 @@ struct Item { } ``` -In addition, Pilota also supports other annotations. For details, please refer to: [Pilota Supported Annotations](/docs/pilota/guide/annotation/) +In addition, Pilota also supports other annotations. For details, please refer to: [Pilota Supported Annotations](/docs/volo/pilota/#pilota-supported-annotations) ## Full Release Note diff --git a/content/en/docs/cwgo/tutorials/api-list/example.md b/content/en/docs/cwgo/tutorials/api-list/example.md index e224c51792..c50e295496 100644 --- a/content/en/docs/cwgo/tutorials/api-list/example.md +++ b/content/en/docs/cwgo/tutorials/api-list/example.md @@ -8,7 +8,7 @@ description: > ## Simple Example Take `hz` tool generated project for example: -> generations please refer to [hz usage(thrift)](/en/docs/hertz/tutorials/toolkit/usage-thrift) +> generations please refer to [hz usage(thrift)](/docs/hertz/tutorials/toolkit/usage-thrift) Project Structure: diff --git a/content/zh/blog/releases/Volo/release-v030.md b/content/zh/blog/releases/Volo/release-v030.md index 45567b3c82..6793b5de03 100644 --- a/content/zh/blog/releases/Volo/release-v030.md +++ b/content/zh/blog/releases/Volo/release-v030.md @@ -130,7 +130,7 @@ struct Item { } ``` -除此之外,Pilota 还支持了其它的 Annotation,详情可以参考:[Pilota 支持的注解](/zh/docs/pilota/guide/annotation/) +除此之外,Pilota 还支持了其它的 Annotation,详情可以参考:[Pilota 支持的注解](/zh/docs/volo/pilota/#pilota-支持的注解) ## 完整 Release Note