This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new c43a1bc268 optimize: replace urls (#751)
c43a1bc268 is described below
commit c43a1bc268d23ff2e3ce01f4dd5cf59f1898a468
Author: jimin <[email protected]>
AuthorDate: Fri Jan 5 18:59:15 2024 +0800
optimize: replace urls (#751)
Signed-off-by: slievrly <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
docusaurus.config.js | 2 +-
.../current/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.0/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.1/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.2/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.3/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.4/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.5/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.6/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.7/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.8/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v2.0/developers/committer-guide/website-guide_dev.md | 2 +-
i18n/en/docusaurus-theme-classic/footer.json | 4 ++--
.../current/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.0/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.1/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.2/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.3/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.4/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.5/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.6/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.7/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v1.8/developers/committer-guide/website-guide_dev.md | 2 +-
.../version-v2.0/developers/committer-guide/website-guide_dev.md | 2 +-
i18n/zh-cn/docusaurus-theme-classic/footer.json | 4 ++--
readme/README.zh_CN.md | 4 ++--
src/components/footer/index.tsx | 4 ++--
src/pages/community/index.tsx | 2 +-
29 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 43b850f342..63f1b046b1 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,7 +8,7 @@ XXXXX
Follow this checklist to help us incorporate your contribution quickly and
easily:
-- [x] Make sure there is a
[GITHUB_issue](https://github.com/seata/seata.github.io/issues) filed for the
change(usually before you start working on it). Trivial changes such as typos
do not necessitate a GITHUB issue. Your pull request should solely focus on
addressing this specific issue without incorporating any other modifications.
Each PR should resolve a single issue.
+- [x] Make sure there is a
[GITHUB_issue](https://github.com/apache/incubator-seata-website/issues) filed
for the change(usually before you start working on it). Trivial changes such
as typos do not necessitate a GITHUB issue. Your pull request should solely
focus on addressing this specific issue without incorporating any other
modifications. Each PR should resolve a single issue.
- [ ] Format the pull request title like `doc: add an operations guide
document`. Each commit within the pull request should contain a meaningful
subject line and body.
- [ ] Write a pull request description that is detailed enough to understand
what the pull request does, how, and why.
- [ ] Test your code locally by running `npm run build`, and make sure it
works as expected.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index ddfb48f08d..238f5f8940 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -26,7 +26,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'seata', // Usually your GitHub org/user name.
- projectName: 'seata.github.io', // Usually your repo name.
+ projectName: 'incubator-seata-website', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
index 92ad840195..2e61e85d40 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Website Guide.
# Website Guide
-1. The website repository of Seata is https://github.com/seata/seata.github.io.
+1. The website repository of Seata is
https://github.com/apache/incubator-seata-website.
2. After building the website, it'll be published to seata.io automatically.
diff --git a/i18n/en/docusaurus-theme-classic/footer.json
b/i18n/en/docusaurus-theme-classic/footer.json
index 4b902be7b7..a991244ee9 100644
--- a/i18n/en/docusaurus-theme-classic/footer.json
+++ b/i18n/en/docusaurus-theme-classic/footer.json
@@ -25,11 +25,11 @@
},
"link.item.label.Report a doc issue": {
"message": "Report a doc issue",
- "description": "The label of footer link with label=Report a doc issue
linking to https://github.com/seata/seata.github.io/issues/new"
+ "description": "The label of footer link with label=Report a doc issue
linking to https://github.com/apache/incubator-seata-website/issues/new"
},
"link.item.label.Edit This Page on GitHub": {
"message": "Edit This Page on GitHub",
- "description": "The label of footer link with label=Edit This Page on
GitHub linking to https://github.com/seata/seata.github.io"
+ "description": "The label of footer link with label=Edit This Page on
GitHub linking to https://github.com/apache/incubator-seata-website"
},
"link.item.label.Blog": {
"message": "Blog",
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.0/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.1/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.2/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.3/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.4/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.5/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.7/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.8/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
index 288b7eccc8..d9c3b12c64 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/developers/committer-guide/website-guide_dev.md
@@ -6,5 +6,5 @@ description: Seata 网站向导。
# 网站向导
-1. Seata 的网站仓库是 https://github.com/seata/seata.github.io
+1. Seata 的网站仓库是 https://github.com/apache/incubator-seata-website
2. 网站构建完毕后,它会被自动发布到 seata.io
\ No newline at end of file
diff --git a/i18n/zh-cn/docusaurus-theme-classic/footer.json
b/i18n/zh-cn/docusaurus-theme-classic/footer.json
index 2b8d1b5ad0..f646b4c128 100644
--- a/i18n/zh-cn/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-cn/docusaurus-theme-classic/footer.json
@@ -25,11 +25,11 @@
},
"link.item.label.Report a doc issue": {
"message": "报告文档问题",
- "description": "The label of footer link with label=Report a doc issue
linking to https://github.com/seata/seata.github.io/issues/new"
+ "description": "The label of footer link with label=Report a doc issue
linking to https://github.com/apache/incubator-seata-website/issues/new"
},
"link.item.label.Edit This Page on GitHub": {
"message": "在GitHub上编辑此文档",
- "description": "The label of footer link with label=Edit This Page on
GitHub linking to https://github.com/seata/seata.github.io"
+ "description": "The label of footer link with label=Edit This Page on
GitHub linking to https://github.com/apache/incubator-seata-website"
},
"link.item.label.Blog": {
"message": "博客",
diff --git a/readme/README.zh_CN.md b/readme/README.zh_CN.md
index bfadf0db9d..c55e7c025e 100644
--- a/readme/README.zh_CN.md
+++ b/readme/README.zh_CN.md
@@ -1,6 +1,6 @@
# Seata官方网站
-[](https://github.com/seata/seata.github.io/actions
)
+[](https://github.com/apache/incubator-seata-website/actions
)
此仓库包含 https://seata.io 的所有网站材料,使用的开源框架是 Docusaurus。
@@ -150,7 +150,7 @@ keywords: [keywords1,keywords2]
description: some description
author: author name
date: 2018-12-29
-custom_edit_url:
https://github.com/seata/seata.github.io/blob/docusaurus/i18n/en/docusaurus-plugin-content-blog/download.md
+custom_edit_url:
https://github.com/apache/incubator-seata-website/blob/docusaurus/i18n/en/docusaurus-plugin-content-blog/download.md
---
```
**注意:**
diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx
index ffed053bb8..5419b73738 100644
--- a/src/components/footer/index.tsx
+++ b/src/components/footer/index.tsx
@@ -38,7 +38,7 @@ const data = {
id: 'homepage.footerDocListText3',
message: '报告文档问题',
}),
- link: 'https://github.com/seata/seata.github.io/issues/new',
+ link: 'https://github.com/apache/incubator-seata-website/issues/new',
target: '_blank',
},
{
@@ -46,7 +46,7 @@ const data = {
id: 'homepage.footerDocListText4',
message: '在Github上编辑此文档',
}),
- link: 'https://github.com/seata/seata.github.io',
+ link: 'https://github.com/apache/incubator-seata-website',
target: '_blank',
},
],
diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx
index 96971159aa..c520bf5ccf 100644
--- a/src/pages/community/index.tsx
+++ b/src/pages/community/index.tsx
@@ -147,7 +147,7 @@ const data = {
message: '改进',
})}
- <a href='https://github.com/seata/seata.github.io' target='_blank'>
+ <a href='https://github.com/apache/incubator-seata-website'
target='_blank'>
{translate({
id: 'community.contributeListContent3_2',
message: '文档',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]