You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/08/17 23:27:38 UTC

[iceberg-docs] branch latest updated: Fix Docs link, change it to relative

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

dweeks pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/latest by this push:
     new 29a05774 Fix Docs link, change it to relative
     new fcd8c73b Merge pull request #140 from samredai/docs_link_fix
29a05774 is described below

commit 29a0577428e46c92999db353051af1b24a1c5b6c
Author: samredai <43...@users.noreply.github.com>
AuthorDate: Wed Aug 17 16:25:50 2022 -0700

    Fix Docs link, change it to relative
---
 docs/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/config.toml b/docs/config.toml
index 8c554175..915e152a 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -31,7 +31,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
   ]
   topnav = [
     { name = "Quickstart", pre = "relative", url = "../../spark-quickstart", weight = 100 },
-    { name = "Docs", url = "/docs/latest", weight = 200 },
+    { name = "Docs", pre = "relative", url = "../../docs/latest", weight = 200 },
     { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },