This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 93d1c804da Try to fix docs link. (#10912)
93d1c804da is described below
commit 93d1c804dae0586393fa5fd4bde34dbf55b01ab7
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sat Jun 10 22:16:37 2023 +0800
Try to fix docs link. (#10912)
---
docs/en/setup/ai-pipeline/{README.md => introduction.md} | 2 +-
docs/menu.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/setup/ai-pipeline/README.md
b/docs/en/setup/ai-pipeline/introduction.md
similarity index 92%
rename from docs/en/setup/ai-pipeline/README.md
rename to docs/en/setup/ai-pipeline/introduction.md
index 4c51aa849b..9f960e5bd9 100644
--- a/docs/en/setup/ai-pipeline/README.md
+++ b/docs/en/setup/ai-pipeline/introduction.md
@@ -21,4 +21,4 @@ ai-pipeline:
## Supported Scenarios
-* [**HTTP Restful URI recognition**](http-restful-uri-pattern.md).
+* [**HTTP Restful URI recognition**](./http-restful-uri-pattern.md).
diff --git a/docs/menu.yml b/docs/menu.yml
index 87b2bee79f..7ecfc18a51 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -160,7 +160,7 @@ catalog:
- name: "AI Pipeline"
catalog:
- name: "Introduction"
- path: "/en/setup/ai-pipeline/readme"
+ path: "/en/setup/ai-pipeline/introduction"
- name: "HTTP Restful URI recognition"
path: "/en/setup/ai-pipeline/http-restful-uri-pattern"
- name: "UI Setup"