You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2019/04/01 08:01:44 UTC

svn commit: r1856715 - /unomi/website/contribute.html

Author: shuber
Date: Mon Apr  1 08:01:43 2019
New Revision: 1856715

URL: http://svn.apache.org/viewvc?rev=1856715&view=rev
Log:
[scm-publish] Updating Unomi website

Modified:
    unomi/website/contribute.html

Modified: unomi/website/contribute.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute.html?rev=1856715&r1=1856714&r2=1856715&view=diff
==============================================================================
--- unomi/website/contribute.html (original)
+++ unomi/website/contribute.html Mon Apr  1 08:01:43 2019
@@ -137,11 +137,11 @@
 
             <h4 class="pt-2">Anonymous Access</h4>
             <p>The source can be checked out anonymously from Git with this command (See <a target="_blank" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
+            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf/unomi.git</code></pre>
 
             <h4 class="pt-2">Developer Access</h4>
             <p>Only project developers can access the Git tree via this method (See <a target="_blank" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
+            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf/unomi.git</code></pre>
 
             <h4 class="pt-3">Access from Behind a Firewall</h4>
             <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>