This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/docs/dev by this push:
     new 1ca603c1 fix english version link (#694)
1ca603c1 is described below

commit 1ca603c1c0d288484894429fe8ac303c7a0bb1a9
Author: leto-b <[email protected]>
AuthorDate: Tue Jan 6 11:00:30 2026 +0800

    fix english version link (#694)
---
 src/.vuepress/navbar/en.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts
index 9b4d3af2..95f39c34 100644
--- a/src/.vuepress/navbar/en.ts
+++ b/src/.vuepress/navbar/en.ts
@@ -21,8 +21,8 @@ export const enNavbar = navbar([
   {
     text: 'Documentation',
     children: [
-      { text: 'v2.x', link: '/zh/UserGuide/latest/QuickStart/QuickStart' },
-      { text: 'v1.x', link: '/zh/UserGuide/v1.x/QuickStart/QuickStart' },
+      { text: 'v2.x', link: '/UserGuide/latest/QuickStart/QuickStart' },
+      { text: 'v1.x', link: '/UserGuide/v1.x/QuickStart/QuickStart' },
     ],
   },
   {

Reply via email to