You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2015/08/24 11:20:05 UTC

svn commit: r1697338 - /ignite/site/trunk/community/contribute.html

Author: dsetrakyan
Date: Mon Aug 24 09:20:05 2015
New Revision: 1697338

URL: http://svn.apache.org/r1697338
Log:
Post graduation updates.

Modified:
    ignite/site/trunk/community/contribute.html

Modified: ignite/site/trunk/community/contribute.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/community/contribute.html?rev=1697338&r1=1697337&r2=1697338&view=diff
==============================================================================
--- ignite/site/trunk/community/contribute.html (original)
+++ ignite/site/trunk/community/contribute.html Mon Aug 24 09:20:05 2015
@@ -54,7 +54,7 @@ under the License.
             <h2 class="first">Start Contributing</h2>
             <p>
                 Before you start working on Apache Ignite, you should sign up to the
-                <a href="mailto:dev@ignite.incubator.apache.org">dev mailing list</a> and say "Hello" to everyone in
+                <a href="mailto:dev@ignite.apache.org">dev mailing list</a> and say "Hello" to everyone in
                 the community. We have a very friendly group and intend to make joining the project as easy as possible.
             </p>
             <div class="page-heading">Ignite Jira:</div>
@@ -73,9 +73,9 @@ under the License.
                     Choose any of the tickets below.
                 </li>
                 <li>
-                    Send an email to the <a href="mailto:dev@ignite.incubator.apache.org">dev list</a> letting us know
+                    Send an email to the <a href="mailto:dev@ignite.apache.org">dev list</a> letting us know
                     that you want to work on it (make sure to
-                    <a href="mailto:dev-subscribe@ignite.incubator.apache.org">subscribe</a> first).
+                    <a href="mailto:dev-subscribe@ignite.apache.org">subscribe</a> first).
                 </li>
                 <li>
                     One of the committers will add you to the contributor list and assign the ticket to you.
@@ -124,10 +124,10 @@ under the License.
             <div class="page-heading">GIT checkout:</div>
             <pre class="brush:bash">
                 # Master branch.
-                $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite
+                $ git clone https://git-wip-us.apache.org/repos/asf/ignite
 
                 # Release branch.
-                $ git clone https://git-wip-us.apache.org/repos/asf/incubator-ignite -b ignite-1.3.0
+                $ git clone https://git-wip-us.apache.org/repos/asf/ignite -b ignite-1.3.0
             </pre>
             <div class="page-heading">Build Project:</div>
             <pre class="brush:bash">
@@ -139,7 +139,7 @@ under the License.
             </pre>
             <p>
                 See more detailed build instructions in the
-                <a href="https://github.com/apache/incubator-ignite/blob/master/DEVNOTES.txt" target="_blank">DEVNOTES.txt</a> file.
+                <a href="https://github.com/apache/ignite/blob/master/DEVNOTES.txt" target="_blank">DEVNOTES.txt</a> file.
             </p>
             <div class="page-heading">To Start Contributing:</div>
             <ul class="page-list">
@@ -150,7 +150,7 @@ under the License.
                 <li>Create a branch in GIT (same name as the ticket, all lowercase)</li>
                 <li>When ready, submit a patch in Jira and assign to a committer</li>
                 <li>
-                    Send email to the <a href="mailto:dev@ignite.incubator.apache.org">dev list</a> stating that
+                    Send email to the <a href="mailto:dev@ignite.apache.org">dev list</a> stating that
                     patch is ready
                 </li>
                 <li>The committer will provide comments after review.</li>