You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/25 02:03:35 UTC

[doris-website] branch master updated: fix incubator word (#16)

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

jiafengzheng 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 3108f8bad6c fix incubator word (#16)
3108f8bad6c is described below

commit 3108f8bad6cb0f01789ef39ace4be3e072903cbd
Author: dataalive <99...@users.noreply.github.com>
AuthorDate: Mon Jul 25 10:03:30 2022 +0800

    fix incubator word (#16)
---
 community/feedback.md                            | 2 +-
 community/how-to-contribute/contributor-guide.md | 2 +-
 community/how-to-contribute/how-to-contribute.md | 2 +-
 community/how-to-contribute/pull-request.md      | 6 +++---
 community/subscribe-mail-list.md                 | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/community/feedback.md b/community/feedback.md
index 64e1d46fd13..9774c1f0539 100644
--- a/community/feedback.md
+++ b/community/feedback.md
@@ -42,4 +42,4 @@ If you find any problems or suggestions while using Doris, you can provide feedb
 
 2. Github
 
-   Submit a [Github Issue](https://github.com/apache/incubator-doris/issues/new/choose)
+   Submit a [Github Issue](https://github.com/apache/doris/issues/new/choose)
diff --git a/community/how-to-contribute/contributor-guide.md b/community/how-to-contribute/contributor-guide.md
index dfb700f11cb..8e96cfa3356 100644
--- a/community/how-to-contribute/contributor-guide.md
+++ b/community/how-to-contribute/contributor-guide.md
@@ -43,7 +43,7 @@ If you are PPMC, you can subscribe the mailing list through [Subscription Helper
 
 We use Github for managing issues and user contributions (pull requests).
 As such, you need to link your Github.com account with your ASF account using [Gitbox](https://gitbox.apache.org/setup/).
-This way you will get write access to [Doris](https://github.com/apache/incubator-doris) repository
+This way you will get write access to [Doris](https://github.com/apache/doris) repository
 and you will be able to manage issues and pull request directly through our Github repository.
 
 ## Code Review Guidelines
diff --git a/community/how-to-contribute/how-to-contribute.md b/community/how-to-contribute/how-to-contribute.md
index edb2c33c026..690f088a1ea 100644
--- a/community/how-to-contribute/how-to-contribute.md
+++ b/community/how-to-contribute/how-to-contribute.md
@@ -28,7 +28,7 @@ under the License.
 
 Thank you very much for your interest in the Doris project. We welcome your suggestions, comments (including criticisms), comments and contributions to the Doris project.
 
-Your suggestions, comments and comments on Doris can be made directly through GitHub's [Issues](https://github.com/apache/incubator-doris/issues/new/choose).
+Your suggestions, comments and comments on Doris can be made directly through GitHub's [Issues](https://github.com/apache/doris/issues/new/choose).
 
 There are many ways to participate in and contribute to Doris projects: code implementation, test writing, process tool improvement, document improvement, and so on. Any contribution will be welcomed and you will be added to the list of contributors. Further, with sufficient contributions, you will have the opportunity to become a Committer of Apache with Apache mailbox and be included in the list of [Apache Committers](http://people.apache.org/committer-index.html).
 
diff --git a/community/how-to-contribute/pull-request.md b/community/how-to-contribute/pull-request.md
index eeeae9c8d69..f7cf3ac73ef 100644
--- a/community/how-to-contribute/pull-request.md
+++ b/community/how-to-contribute/pull-request.md
@@ -30,7 +30,7 @@ under the License.
 
 ## Fork Repository
 
-Go to the [github page](https://github.com/apache/doris) of apache/incubator-doris , and click the button `Fork` in the upper right corner for Fork.
+Go to the [github page](https://github.com/apache/doris) of apache/doris , and click the button `Fork` in the upper right corner for Fork.
 
 ![Fork](/images/fork-repo.png)
 
@@ -46,10 +46,10 @@ Note: Please replace your GitHub name with your yourgithubname.
 
 When clone is completed, origin defaults to the remote fork address on github.
 
-#### (2) Add apache/incubator-doris to the remote branch upstream of the local warehouse:
+#### (2) Add apache/doris to the remote branch upstream of the local warehouse:
 
 ```
-cd  incubator-doris
+cd  doris
 git remote add upstream https://github.com/apache/doris.git
 ```
 
diff --git a/community/subscribe-mail-list.md b/community/subscribe-mail-list.md
index d8067d1345c..7f3a08ba773 100644
--- a/community/subscribe-mail-list.md
+++ b/community/subscribe-mail-list.md
@@ -26,7 +26,7 @@ under the License.
 
 # Subscribe Mailing Lists
 
-Mail List is the most recognized form of communication in Apache community. Generally speaking, open source community questions and answers, technical discussions, transaction decisions are carried through mailing lists. The asynchronous and broadcasting features of mailing lists are also very suitable for communication in open source communities. So how do you subscribe to Apache Doris (incubating) mailing lists? It mainly includes the following five steps.
+Mail List is the most recognized form of communication in Apache community. Generally speaking, open source community questions and answers, technical discussions, transaction decisions are carried through mailing lists. The asynchronous and broadcasting features of mailing lists are also very suitable for communication in open source communities. So how do you subscribe to Apache Doris mailing lists? It mainly includes the following five steps.
 
 ## 1. Send Subscription Mail
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org