You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/06/11 13:10:29 UTC

svn commit: r1861033 - in /ignite/site/trunk: community/contribute.html download.html

Author: dpavlov
Date: Tue Jun 11 13:10:29 2019
New Revision: 1861033

URL: http://svn.apache.org/viewvc?rev=1861033&view=rev
Log:
Updated git repository links

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

Modified: ignite/site/trunk/community/contribute.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/community/contribute.html?rev=1861033&r1=1861032&r2=1861033&view=diff
==============================================================================
--- ignite/site/trunk/community/contribute.html (original)
+++ ignite/site/trunk/community/contribute.html Tue Jun 11 13:10:29 2019
@@ -171,10 +171,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/ignite
+                $ git clone https://gitbox.apache.org/repos/asf/ignite
 
                 # Release branch.
-                $ git clone https://git-wip-us.apache.org/repos/asf/ignite -b ignite-1.3.0
+                $ git clone https://gitbox.apache.org/repos/asf/ignite -b ignite-2.7.5
             </pre>
             <div class="page-heading">Build Project:</div>
             <pre class="brush:bash">

Modified: ignite/site/trunk/download.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1861033&r1=1861032&r2=1861033&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Tue Jun 11 13:10:29 2019
@@ -1732,7 +1732,7 @@ under the License.
     <section id="git-repository" class="page-section">
         <h2>GIT Repository</h2>
         <pre class="brush:bash">
-           $ git clone https://git-wip-us.apache.org/repos/asf/ignite
+           $ git clone https://gitbox.apache.org/repos/asf/ignite
         </pre>
     </section><!-- git-repository -->