You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/28 11:54:58 UTC

[dubbo-website] branch master updated: [ISSUE #740]Some typo and error link fix. (#741)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70e5c51  [ISSUE #740]Some typo and error link fix. (#741)
70e5c51 is described below

commit 70e5c51018c05e77579c8ddc3dc549bf2b10b0f2
Author: 赵延 <10...@qq.com>
AuthorDate: Sun Feb 28 19:54:52 2021 +0800

    [ISSUE #740]Some typo and error link fix. (#741)
    
    * Some typo and error link fix.
    
    * link fix.
---
 content/en/_index.html                                                | 4 ++--
 .../docs/contribution-guidelines/committer/new-committer-guide_dev.md | 4 ++--
 .../en/docs/contribution-guidelines/committer/release-guide_dev.md    | 2 +-
 .../contribution-guidelines/contributor/become-a-committer_dev.md     | 4 ++--
 .../contribution-guidelines/contributor/new-contributor-guide_dev.md  | 2 +-
 content/zh/_index.html                                                | 4 ++--
 .../contribution-guidelines/contributor/become-a-committer_dev.md     | 2 +-
 .../contribution-guidelines/contributor/new-contributor-guide_dev.md  | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/en/_index.html b/content/en/_index.html
index 4308417..e735a66 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -80,7 +80,7 @@ dev@dubbo.apache.org to discuss with the community
 We do a [Pull Request](https://github.com/apache/dubbo/pulls) contributions workflow on **GitHub**. New users are always welcome!
 {{% /blocks/feature %}}
 
-{{% blocks/feature icon="fas fa-bullhorn" title="Read our blogs" url="/blog" %}}
+{{% blocks/feature icon="fas fa-bullhorn" title="Read our blogs" url="/en/blog" %}}
 For announcement of latest features etc.
 {{% /blocks/feature %}}
-{{< /blocks/section >}}
\ No newline at end of file
+{{< /blocks/section >}}
diff --git a/content/en/docs/contribution-guidelines/committer/new-committer-guide_dev.md b/content/en/docs/contribution-guidelines/committer/new-committer-guide_dev.md
index 0632690..5881454 100644
--- a/content/en/docs/contribution-guidelines/committer/new-committer-guide_dev.md
+++ b/content/en/docs/contribution-guidelines/committer/new-committer-guide_dev.md
@@ -89,7 +89,7 @@ If not discussed in the community (mailing list), just as it did not happen.
 
 Please update Dubbo incubator status [page](https://incubator.apache.org/projects/dubbo.html) to add your name. See this [guide](http://dubbo.apache.org/en-us/docs/developers/committer-guide/apache-dubbo-page_dev.html) for instructions.
 
-Please update Dubbo offiical [website](http://dubbo.apache.org/en-us/docs/developers/developers_dev.html) to update your name.
+Please update Dubbo official [website](http://dubbo.apache.org/en-us/docs/developers/developers_dev.html) to update your name.
 
 
 ### A small benefit
@@ -97,4 +97,4 @@ Please update Dubbo offiical [website](http://dubbo.apache.org/en-us/docs/develo
 Jetbrains company gives Apache committers a small benefit, which is free to use IDEA's full series products. The specific address is: https://www.jetbrains.com/shop/eform/apache?Product=ALL
 
 ### Reference wiki
-https://www.apache.org/dev/new-committers-guide.html
\ No newline at end of file
+https://www.apache.org/dev/new-committers-guide.html
diff --git a/content/en/docs/contribution-guidelines/committer/release-guide_dev.md b/content/en/docs/contribution-guidelines/committer/release-guide_dev.md
index b9f359c..2071146 100644
--- a/content/en/docs/contribution-guidelines/committer/release-guide_dev.md
+++ b/content/en/docs/contribution-guidelines/committer/release-guide_dev.md
@@ -497,7 +497,7 @@ To release the maven artifacts, go to [repository.apache.org](https://repository
 
 #### gpg: signing failed: Inappropriate ioctl for device
 
-If you've encoutered this error, try the following commands:
+If you've encountered this error, try the following commands:
 
 ```
 export GPG_TTY=$(tty)
diff --git a/content/en/docs/contribution-guidelines/contributor/become-a-committer_dev.md b/content/en/docs/contribution-guidelines/contributor/become-a-committer_dev.md
index e494841..02dcaff 100644
--- a/content/en/docs/contribution-guidelines/contributor/become-a-committer_dev.md
+++ b/content/en/docs/contribution-guidelines/contributor/become-a-committer_dev.md
@@ -10,7 +10,7 @@ Anyone can be a contributor to an Apache project. Being a contributor simply mea
 
 If you become a valuable contributor to the project you may well be invited to become a committer. Committer is a term used at the ASF to signify someone who is committed to a particular project. It brings with it the privilege of write access to the project repository and resources. 
 
-In Dubbo community, if a committers who have earned even more merit, can be invited to be a part of the Project Management Committee (PMC).
+In Dubbo community, if a committer who have earned even more merit, can be invited to be a part of the Project Management Committee (PMC).
 
 One thing that is sometimes hard to understand when you are new to the open development process used at the ASF, is that we value the community more than the code. A strong and healthy community will be respectful and be a fun and rewarding place. More importantly, a diverse and healthy community can continue to support the code over the longer term, even as individual companies come and go from the field.
 
@@ -18,4 +18,4 @@ More details could be found [here](https://community.apache.org/contributors/).
 
 ### What can I contribute?
 
-Please refer to the [new contributor guide](new-contributor-guide_dev.md).
\ No newline at end of file
+Please refer to the [new contributor guide](/en/docs/contribution-guidelines/contributor/new-contributor-guide_dev).
diff --git a/content/en/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md b/content/en/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
index a5309d6..5871044 100644
--- a/content/en/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
+++ b/content/en/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
@@ -11,7 +11,7 @@ This is a guide for new comers who wants to contribute to Dubbo.
 
 The mailing list is the recommended way for discussing almost anything that related to Dubbo. Please refer to this [issue](https://github.com/apache/dubbo/issues/1393) for detailed documentation on how to subscribe.
 
-To subscribe to the following mailing list, please refer to [Mailing list subscription guide](/en-us/docs/developers/contributor-guide/mailing-list-subscription-guide_dev.html)
+To subscribe to the following mailing list, please refer to [Mailing list subscription guide](/en/docs/contribution-guidelines/contributor/mailing-list-subscription-guide_dev)
 
 * dev@dubbo.apache.org: the develop mailing list, you can ask question here if you have encountered any problem when using or developing Dubbo.
 * commits@dubbo.apache.org: all the commits will be sent to this mailing list. You can subscribe to it if you are interested in Dubbo's development.
diff --git a/content/zh/_index.html b/content/zh/_index.html
index 68bd928..e8d7db2 100644
--- a/content/zh/_index.html
+++ b/content/zh/_index.html
@@ -80,7 +80,7 @@ dev@dubbo.apache.org 参与社区的讨论
 我们通过 [Pull Request](https://github.com/apache/dubbo/pulls) 在 **GitHub** 上协作。我们期待您的加入!
 {{% /blocks/feature %}}
 
-{{% blocks/feature icon="fas fa-bullhorn" title="请关注我们的技术博客!" url="/blog/zh" %}}
+{{% blocks/feature icon="fas fa-bullhorn" title="请关注我们的技术博客!" url="/zh/blog" %}}
 我们会在第一时间分享 Dubbo 新发布的特性和使用心得
 {{% /blocks/feature %}}
-{{< /blocks/section >}}
\ No newline at end of file
+{{< /blocks/section >}}
diff --git a/content/zh/docs/contribution-guidelines/contributor/become-a-committer_dev.md b/content/zh/docs/contribution-guidelines/contributor/become-a-committer_dev.md
index 1720053..976f8d8 100644
--- a/content/zh/docs/contribution-guidelines/contributor/become-a-committer_dev.md
+++ b/content/zh/docs/contribution-guidelines/contributor/become-a-committer_dev.md
@@ -17,4 +17,4 @@ weight: 1
 
 ### 我可以贡献什么?
 
-请参阅[新的贡献者指南](new-contributor-guide_dev.md)。
\ No newline at end of file
+请参阅[新的贡献者指南](/zh/docs/contribution-guidelines/contributor/new-contributor-guide_dev)。
diff --git a/content/zh/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md b/content/zh/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
index acd9f66..b9b3c34 100644
--- a/content/zh/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
+++ b/content/zh/docs/contribution-guidelines/contributor/new-contributor-guide_dev.md
@@ -12,7 +12,7 @@ weight: 2
 
 邮件列表是 Dubbo 官方推荐的讨论方式,所有与 Dubbo 相关的内容都可以在这里讨论,请点击 [issue](https://github.com/apache/dubbo/issues/1393) 了解更多关于邮件列表订阅的内容
 
-如需订阅如下邮件列表,请参考 [邮件列表订阅向导](/zh-cn/docs/developers/contributor-guide/mailing-list-subscription-guide_dev.html)
+如需订阅如下邮件列表,请参考 [邮件列表订阅向导](/zh/docs/contribution-guidelines/contributor/mailing-list-subscription-guide_dev)
 
 * dev@dubbo.apache.org:开发邮件列表,您在使用或者开发 Dubbo 的过程中遇到的任何问题,都可以在这里进行提问。
 * commits@dubbo.apache.org:所有的提交内容都会推送到这个邮件列表,如果您对 Dubbo 的进展感兴趣,可以订阅这个邮件列表。