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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 81d3cb7  #217 - fixing broken links (#219)
81d3cb7 is described below

commit 81d3cb708dc6f63bcb9328e1d23fc97dd4eb68e4
Author: Amit Wani <mtwn...@gmail.com>
AuthorDate: Tue Mar 2 09:39:51 2021 +0530

    #217 - fixing broken links (#219)
    
    Co-authored-by: Amit Wani <amit.w...@cognizant.com>
---
 website/docs/general/release-guide.md | 2 +-
 website/docusaurus.config.js          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/general/release-guide.md 
b/website/docs/general/release-guide.md
index 148f2ba..9c6fbba 100644
--- a/website/docs/general/release-guide.md
+++ b/website/docs/general/release-guide.md
@@ -16,7 +16,7 @@ The entire flow is comprised of the following four phases.
 This phase will decide if a feature is ready to be released as well as the 
release time.
 
 - A new target milestone will be created in Github. (e.g. 
[`2.3`](https://github.com/apache/apisix-dashboard/milestone/6)).
-- A discussion will be started on dev mailing list 
[d...@apisix.apache.org](d...@apisix.apache.org) for gathering ideas for the 
next release.
+- A discussion will be started on dev mailing list d...@apisix.apache.org for 
gathering ideas for the next release.
 - Maintainer team will then mark the issues and pull requests with the target 
milestone.
 
 ### Development Phase
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index e3862b3..91f66fb 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -161,7 +161,7 @@ module.exports = {
             },
             {
               label: "APISIX™️ Ingress Controller",
-              to: "/docs/ingress-controller/design",
+              to: "https://apisix.apache.org/docs/ingress-controller/design/";,
             },
           ],
         },

Reply via email to