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 6c1161905d5 Fix more broken links
6c1161905d5 is described below

commit 6c1161905d57984bf7eee224f855d6c0816e62b1
Author: tison <[email protected]>
AuthorDate: Thu Nov 17 10:36:51 2022 +0800

    Fix more broken links
    
    Signed-off-by: tison <[email protected]>
---
 site2/website-next/contribute/release-process.md | 4 ++--
 site2/website-next/docusaurus.config.js          | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/site2/website-next/contribute/release-process.md 
b/site2/website-next/contribute/release-process.md
index d3d2e4446ee..5483c2d105c 100644
--- a/site2/website-next/contribute/release-process.md
+++ b/site2/website-next/contribute/release-process.md
@@ -36,7 +36,7 @@ To verify the release branch is not broken, you can 
synchronize the branch in yo
 
 ## Requirements
 
-If you haven't already done it, [create and publish the GPG 
key](https://github.com/apache/pulsar/blob/master/wiki/release/create-gpg-keys.md)
 to sign the release artifacts.
+If you haven't already done it, [create and publish the GPG 
key](create-gpg-keys.md) to sign the release artifacts.
 
 Before you start the next release steps, make sure you have installed the 
**JDK8** and maven **3.6.1** for Pulsar 2.6 and Pulsar 2.7, and **JDK11** and 
Maven **3.6.1** for Pulsar 2.8 onwards. And **clean up the bookkeeper's local 
compiled** to make sure the bookkeeper dependency is fetched from the Maven 
repo, details to see 
https://lists.apache.org/thread/gsbh95b2d9xtcg5fmtxpm9k9q6w68gd2
 
@@ -438,7 +438,7 @@ Send out a PR request for review.
 
 ## Write release notes
 
-See [Pulsar Release Notes Guide](./release-note-guide.md).
+See [Pulsar Release Notes Guide](release-note-guide.md).
 
 ## Update the site
 
diff --git a/site2/website-next/docusaurus.config.js 
b/site2/website-next/docusaurus.config.js
index d64914d8231..ad7ddf37eba 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -167,22 +167,22 @@ module.exports = {
               label: "Pulsar Concepts",
             },
             {
+              to: `/docs/${versions[0]}/`,
               label: "Quickstart",
-              to: "/docs/",
             },
             {
-              label: "Ecosystem",
               to: "/ecosystem/",
+              label: "Ecosystem",
             },
           ],
         },
         {
-          href: `/docs/${versions[0]}/`,
+          to: `/docs/${versions[0]}/`,
           position: "right",
           label: "Docs",
         },
         {
-          href: "/contribute/",
+          to: "/contribute/",
           position: "right",
           label: "Contribute",
         },

Reply via email to