This is an automated email from the ASF dual-hosted git repository.
membphis 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 264a814 refactor: fix links and spellling (#108)
264a814 is described below
commit 264a814326e02b5df003d86c67f6490dad261d29
Author: John Bampton <[email protected]>
AuthorDate: Wed Dec 16 20:22:12 2020 +1000
refactor: fix links and spellling (#108)
---
docs/subscribe-guide.md | 2 +-
docs/team.md | 2 +-
website/sidebars.json | 2 +-
website/siteConfig.js | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/subscribe-guide.md b/docs/subscribe-guide.md
index 1951753..d1df9d6 100644
--- a/docs/subscribe-guide.md
+++ b/docs/subscribe-guide.md
@@ -1,5 +1,5 @@
---
-id: subscrbe-guide
+id: subscribe-guide
title: Subscribe Guide
---
diff --git a/docs/team.md b/docs/team.md
index d840a51..4217b4e 100644
--- a/docs/team.md
+++ b/docs/team.md
@@ -63,4 +63,4 @@ title: Team
The Apache APISIX community follows the Apache Community’s process on
accepting a new committer. After a contributor participates APISIX's community
actively, PMC and Committers will make decisions to invite the contributor join
Committers and PMC.
-You can read [Contributor Guide](../docs/contributor-guide) to participate the
community, and can get more information on [Committer
Guide](../docs/committer-guide).
+You can read [Contributor Guide](../docs/contributor-guide.md) to participate
the community, and can get more information on [Committer
Guide](../docs/committer-guide.md).
diff --git a/website/sidebars.json b/website/sidebars.json
index 24fe4e3..6d260bf 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -2,7 +2,7 @@
"docs": {
"Get Involved": [
"security",
- "subscrbe-guide",
+ "subscribe-guide",
"contributor-guide",
"committer-guide",
"2fa",
diff --git a/website/siteConfig.js b/website/siteConfig.js
index dc6784d..5c54f80 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -36,7 +36,7 @@ const siteConfig = {
projectName: "apisix-website",
organizationName: "Apache",
headerLinks: [
- { doc: "subscrbe-guide", label: "Docs" },
+ { doc: "subscribe-guide", label: "Docs" },
{ blog: true, label: "Blog" },
{ doc: "downloads", label: "Downloads" },
{ doc: "team", label: "Team" },