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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f69ddd  fix latest docs url
     new 3e07fa2  Merge branch 'master' of 
github.com:apache/incubator-amoro-site
3f69ddd is described below

commit 3f69ddde7ead511675a41c4f66ce2cc7533f748e
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 17:14:31 2024 +0800

    fix latest docs url
---
 amoro-docs/hugo.toml | 2 +-
 amoro-site/hugo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index 7955297..87643db 100644
--- a/amoro-docs/hugo.toml
+++ b/amoro-docs/hugo.toml
@@ -28,7 +28,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Setup", parent = "Quickstart", pre = "relative", url = 
"../../quickstart-setup/", weight = 101 },
     { name = "Quick Demo", parent = "Quickstart", pre = "relative", url = 
"../../quick-demo/", weight = 102 },
     { name = "Docs", weight = 200 },
-    { name = "latest", parent = "Docs", pre = "relative", url = 
"../../docs/lastest/", weight = 201 },
+    { name = "latest", parent = "Docs", pre = "relative", url = 
"../../docs/latest/", weight = 201 },
     { name = "0.6.1", parent = "Docs", pre = "relative", url = 
"../../docs/0.6.1/", weight = 202 },
     { name = "Benchmark", weight = 300 },
     { name = "Benchmark Report", parent = "Benchmark", pre = "relative", url = 
"../../benchmark-report/", weight = 301 },
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index fda251b..b9e66cc 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -63,7 +63,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Setup", parent = "Quickstart", url = "/quickstart-setup/", 
weight = 101 },
     { name = "Quick Demo", parent = "Quickstart", url = "/quick-demo/", weight 
= 102 },
     { name = "Docs", weight = 200 },
-    { name = "latest", parent = "Docs", url = "/docs/lastest/", weight = 201 },
+    { name = "latest", parent = "Docs", url = "/docs/latest/", weight = 201 },
     { name = "0.6.1", parent = "Docs", url = "/docs/0.6.1/", weight = 202 },
     { name = "Benchmark", weight = 300 },
     { name = "Benchmark Report", parent = "Benchmark", url = 
"/benchmark-report/", weight = 301 },

Reply via email to