This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new d580b0c36c9 Fix broken links (#297)
d580b0c36c9 is described below
commit d580b0c36c97ffd01c87df3d7cf52e1d2b4eea18
Author: tison <[email protected]>
AuthorDate: Thu Nov 17 09:43:08 2022 +0800
Fix broken links (#297)
Signed-off-by: tison <[email protected]>
---
site2/website-next/docusaurus.config.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 1d46132f5d2..d64914d8231 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -168,16 +168,16 @@ module.exports = {
},
{
label: "Quickstart",
- to: "/docs",
+ to: "/docs/",
},
{
label: "Ecosystem",
- to: "/ecosystem",
+ to: "/ecosystem/",
},
],
},
{
- href: `/docs/${versions[0]}`,
+ href: `/docs/${versions[0]}/`,
position: "right",
label: "Docs",
},