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

kenn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0623199  Add link to contact-us page for dev@ mailing list
     new a921dfd  Merge pull request #7830: Add link to contact-us page for 
dev@ mailing list
0623199 is described below

commit 06231995ae4202710efdf52505dc825b72726d24
Author: ttanay <ttanay...@gmail.com>
AuthorDate: Wed Feb 13 19:40:03 2019 +0530

    Add link to contact-us page for dev@ mailing list
    
    All mentions of the dev@ mailing list did not have the link to the
    contact-us page. So, added links to the contact-us page for each
    mention of the "dev@ mailing list".
---
 website/src/contribute/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/contribute/index.md b/website/src/contribute/index.md
index 011cfe2..9663a19 100644
--- a/website/src/contribute/index.md
+++ b/website/src/contribute/index.md
@@ -98,7 +98,7 @@ To contribute code, you need
    [discuss it on the dev@ mailing list]({{ site.baseurl 
}}/community/contact-us/)
 1. For large changes create a design doc
    ([template](https://s.apache.org/beam-design-doc-template),
-   [examples](https://s.apache.org/beam-design-docs)) and email it to the dev@ 
mailing list.
+   [examples](https://s.apache.org/beam-design-docs)) and email it to the 
[dev@ mailing list]({{ site.baseurl }}/community/contact-us).
 
 ### Development Setup
 
@@ -172,7 +172,7 @@ To contribute code, you need
     - ask on [d...@beam.apache.org]({{ site.baseurl }}/community/contact-us/)
 
    Use `R: @username` in the pull request to notify a reviewer.
-1. If you don't get any response in 3 business days, email the dev@ list to 
ask for someone to look at your pull
+1. If you don't get any response in 3 business days, email the [dev@ mailing 
list]({{ site.baseurl }}/community/contact-us) to ask for someone to look at 
your pull
    request.
 1. Review feedback typically leads to follow-up changes. You can add these 
changes as additional "fixup" commits to the
    existing PR/branch. This will allow reviewer(s) to track the incremental 
progress. After review is complete and the

Reply via email to