This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 23909c0da32 Fix footer invalid link (#2563)
23909c0da32 is described below
commit 23909c0da3291b0674ededcadc8bd4ff5802d116
Author: KassieZ <[email protected]>
AuthorDate: Thu Jun 26 16:16:41 2025 +0800
Fix footer invalid link (#2563)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
README.md | 2 +-
docusaurus.config.js | 2 +-
.../current/how-to-contribute/contribute-doc.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3ea3ffa3357..9d862278e16 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ If you are using GitHub pages for hosting, this command is a
convenient way to b
For how to submit pull requests, please refer to
-- [How to
Contribute](https://doris.apache.org/zh-CN/community/how-to-contribute/)
+- [How to
Contribute](https://doris.apache.org/zh-CN/community/how-to-contribute/contribute-to-doris)
- [How to contribute
docs](https://doris.apache.org/community/how-to-contribute/contribute-doc)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 20fd5c30da5..509a94449ae 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -471,7 +471,7 @@ const config = {
items: [
{
label: 'How to contribute',
- href: '/community/how-to-contribute/',
+ href:
'/community/how-to-contribute/contribute-to-doriscontributor-guide',
},
{
label: 'Source code',
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/contribute-doc.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/contribute-doc.md
index ccb5934b98d..360e8034343 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/contribute-doc.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/contribute-doc.md
@@ -30,7 +30,7 @@ under the License.
PR 提交指南还可以参考:
-- [为 Doris 做贡献](https://doris.apache.org/zh-CN/community/how-to-contribute/)
+- [为 Doris
做贡献](https://doris.apache.org/zh-CN/community/how-to-contribute/contribute-to-doris)
-
[代码提交指南](https://doris.apache.org/zh-CN/community/how-to-contribute/pull-request)
:::
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]