From 9de2b3789a11c8cf9a1d37e145e93203f5475300 Mon Sep 17 00:00:00 2001
From: ActivePeter <1020401660@qq.com>
Date: Sat, 20 Jun 2026 13:45:44 +0800
Subject: [PATCH] fix: doc page url in readme
---
README.md | 25 +++++++++++++------------
README_CN.md | 25 +++++++++++++------------
2 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index 53a2110..3f4cd2f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
[](./fluxon_release)
[](#interface-capabilities)
-[English](./README.md) | [中文](./README_CN.md) | [Docs](https://tele-ai.github.io/fluxon/) | [中文文档](https://tele-ai.github.io/fluxon/cn/) |
+[English](./README.md) | [中文](./README_CN.md) | [Docs](https://tele-ai.github.io/Fluxon/) | [中文文档](https://tele-ai.github.io/Fluxon/cn/) |
@@ -145,7 +145,7 @@ The benchmark results show that small-file reads and large-file writes are alrea
## 🚀 Quick Start
-Quick Start is the shortest path to try Fluxon. For formal installation, deployment, and operations, see [User Docs](https://tele-ai.github.io/fluxon/user_doc/).
+Quick Start is the shortest path to try Fluxon. For formal installation, deployment, and operations, see [User Docs](https://tele-ai.github.io/Fluxon/user_doc/).
### KV Quick Start
@@ -178,7 +178,7 @@ Open the printed link to view the KV Web UI:
Related interface docs:
-- [KV and RPC Interface](https://tele-ai.github.io/fluxon/user_doc/User---3---KV-and-RPC-Interface/)
+- [KV and RPC Interface](https://tele-ai.github.io/Fluxon/user_doc/User---3---KV-and-RPC-Interface/)
### MQ Quick Start
@@ -209,7 +209,7 @@ Runtime view:
Related interface docs:
-- [MQ Interface](https://tele-ai.github.io/fluxon/user_doc/User---4---MQ-Interface/)
+- [MQ Interface](https://tele-ai.github.io/Fluxon/user_doc/User---4---MQ-Interface/)
### FS Quick Start
@@ -247,7 +247,7 @@ Open the printed link to view the FS Web UI:
Related interface docs:
-- [FS Interface](https://tele-ai.github.io/fluxon/user_doc/User---5---FS-Interface/)
+- [FS Interface](https://tele-ai.github.io/Fluxon/user_doc/User---5---FS-Interface/)
@@ -267,17 +267,18 @@ Related interface docs:
Contributions are welcome. Before you start, please read the developer docs on GitHub Pages:
-- [Developer Docs](https://tele-ai.github.io/fluxon/dev_doc/)
-- [Developer - 1 - Package core install artifacts](https://tele-ai.github.io/fluxon/dev_doc/Developer---1---Package-Core-Install-Artifacts/)
-- [Developer - 2 - Package middleware and images](https://tele-ai.github.io/fluxon/dev_doc/Developer---2---Package-Middleware-and-Images/)
-- [Developer - 4 - Publish a release](https://tele-ai.github.io/fluxon/dev_doc/Developer---4---Publish-a-Release/)
+- [Developer Docs](https://tele-ai.github.io/Fluxon/dev_doc/)
+- [Developer - 1 - Package core install artifacts](https://tele-ai.github.io/Fluxon/dev_doc/Developer---1---Package-Core-Install-Artifacts/)
+- [Developer - 2 - Package middleware and images](https://tele-ai.github.io/Fluxon/dev_doc/Developer---2---Package-Middleware-and-Images/)
+- [Developer - 3 - Documentation Writing Rules](https://tele-ai.github.io/Fluxon/dev_doc/Developer---3---Documentation-Writing-Rules/)
+- [Developer - 4 - Publish a release](https://tele-ai.github.io/Fluxon/dev_doc/Developer---4---Publish-a-Release/)
## 👥 Contributors
-
-
+
+
Some earlier contribution records are no longer fully reflected in the current commit history. Historical highlights:
@@ -312,4 +313,4 @@ Fluxon is open-sourced under Apache License 2.0, see [LICENSE](./LICENSE).
## ⭐ Stargazers over time
-[](https://www.star-history.com/?repos=Tele-AI%2Ffluxon&type=date&legend=top-left)
+[](https://www.star-history.com/?repos=Tele-AI%2FFluxon&type=date&legend=top-left)
diff --git a/README_CN.md b/README_CN.md
index 715511b..da2cdb4 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -20,7 +20,7 @@
[](./fluxon_release)
[](#接口能力)
-[中文](./README_CN.md) | [English](./README.md) | [用户文档](https://tele-ai.github.io/fluxon/cn/) | [English Docs](https://tele-ai.github.io/fluxon/) |
+[中文](./README_CN.md) | [English](./README.md) | [用户文档](https://tele-ai.github.io/Fluxon/cn/) | [English Docs](https://tele-ai.github.io/Fluxon/) |
@@ -147,7 +147,7 @@ benchmark 显示,小文件读和大文件写已显著领先 `Alluxio`,大文
## 🚀 快速开始
-Quick Start 用于最短路径体验;正式安装、部署和运维入口见 [用户文档](https://tele-ai.github.io/fluxon/cn/user_doc/)。
+Quick Start 用于最短路径体验;正式安装、部署和运维入口见 [用户文档](https://tele-ai.github.io/Fluxon/cn/user_doc/)。
### KV 快速开始
@@ -180,7 +180,7 @@ del demo:hello
对应接口文档:
-- [KV 和 RPC 接口](https://tele-ai.github.io/fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---3---KV-RPC%E6%8E%A5%E5%8F%A3/)
+- [KV 和 RPC 接口](https://tele-ai.github.io/Fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---3---KV-RPC%E6%8E%A5%E5%8F%A3/)
### MQ 快速开始
@@ -211,7 +211,7 @@ exit
对应接口文档:
-- [MQ 接口](https://tele-ai.github.io/fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---4---MQ%E6%8E%A5%E5%8F%A3/)
+- [MQ 接口](https://tele-ai.github.io/Fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---4---MQ%E6%8E%A5%E5%8F%A3/)
### FS 快速开始
@@ -249,7 +249,7 @@ FS Quick Start 会额外打印:
对应接口文档:
-- [FS 接口](https://tele-ai.github.io/fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---5---FS%E6%8E%A5%E5%8F%A3/)
+- [FS 接口](https://tele-ai.github.io/Fluxon/cn/user_doc/%E7%94%A8%E6%88%B7---5---FS%E6%8E%A5%E5%8F%A3/)
@@ -269,17 +269,18 @@ FS Quick Start 会额外打印:
欢迎参与贡献。开始之前,建议先阅读 GitHub Pages 上的开发者文档:
-- [开发者文档总入口](https://tele-ai.github.io/fluxon/cn/dev_doc/)
-- [开发者 - 1 - 打包核心安装包](https://tele-ai.github.io/fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---1---%E6%89%93%E5%8C%85%E6%A0%B8%E5%BF%83%E5%AE%89%E8%A3%85%E5%8C%85/)
-- [开发者 - 2 - 打包中间件和镜像](https://tele-ai.github.io/fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---2---%E6%89%93%E5%8C%85%E4%B8%AD%E9%97%B4%E4%BB%B6%E5%92%8C%E9%95%9C%E5%83%8F/)
-- [开发者 - 4 - 发布 Release](https://tele-ai.github.io/fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---4---%E5%8F%91%E5%B8%83-Release/)
+- [开发者文档总入口](https://tele-ai.github.io/Fluxon/cn/dev_doc/)
+- [开发者 - 1 - 打包核心安装包](https://tele-ai.github.io/Fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---1---%E6%89%93%E5%8C%85%E6%A0%B8%E5%BF%83%E5%AE%89%E8%A3%85%E5%8C%85/)
+- [开发者 - 2 - 打包中间件和镜像](https://tele-ai.github.io/Fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---2---%E6%89%93%E5%8C%85%E4%B8%AD%E9%97%B4%E4%BB%B6%E5%92%8C%E9%95%9C%E5%83%8F/)
+- [开发者 - 3 - 文档写作规约](https://tele-ai.github.io/Fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---3---%E6%96%87%E6%A1%A3%E5%86%99%E4%BD%9C%E8%A7%84%E7%BA%A6/)
+- [开发者 - 4 - 发布 Release](https://tele-ai.github.io/Fluxon/cn/dev_doc/%E5%BC%80%E5%8F%91%E8%80%85---4---%E5%8F%91%E5%B8%83-Release/)
## 👥 Contributors
-
-
+
+
部分更早期的贡献记录已经无法从当前 commit 历史里完整反映,这里补充说明:
@@ -314,4 +315,4 @@ Fluxon 基于 Apache License 2.0 开源,见 [LICENSE](./LICENSE)。
## ⭐ Star 增长趋势
-[](https://www.star-history.com/?repos=Tele-AI%2Ffluxon&type=date&legend=top-left)
+[](https://www.star-history.com/?repos=Tele-AI%2FFluxon&type=date&legend=top-left)