Author: lukaszlenart Date: Mon Feb 24 06:42:28 2014 New Revision: 1571155 URL: http://svn.apache.org/r1571155 Log: WW-4293 Corrects link to read only Git repo
Modified: struts/site/trunk/content/builds.html struts/site/trunk/source/builds.md Modified: struts/site/trunk/content/builds.html URL: http://svn.apache.org/viewvc/struts/site/trunk/content/builds.html?rev=1571155&r1=1571154&r2=1571155&view=diff ============================================================================== --- struts/site/trunk/content/builds.html (original) +++ struts/site/trunk/content/builds.html Mon Feb 24 06:42:28 2014 @@ -122,7 +122,7 @@ your own copy of the product, use the so <a href="http://git-scm.com/">Git client</a> interfaces.</p> <p>With the <a href="http://git-scm.com/">Git client</a> installed, obtaining a working copy of the Struts codebase is as simple as</p> -<div class="highlight"><pre><code class="text language-text" data-lang="text">> git clone http://git.apache.org/repos/asf/struts.git +<div class="highlight"><pre><code class="text language-text" data-lang="text">> git clone http://git.apache.org/struts.git </code></pre></div> <p>(Committers with write access should use the <strong>https</strong> protocol instead)</p> <div class="highlight"><pre><code class="text language-text" data-lang="text">> git clone https://git-wip-us.apache.org/repos/asf/struts.git Modified: struts/site/trunk/source/builds.md URL: http://svn.apache.org/viewvc/struts/site/trunk/source/builds.md?rev=1571155&r1=1571154&r2=1571155&view=diff ============================================================================== --- struts/site/trunk/source/builds.md (original) +++ struts/site/trunk/source/builds.md Mon Feb 24 06:42:28 2014 @@ -20,7 +20,7 @@ Read-only access to the Apache Struts so With the [Git client](http://git-scm.com/) installed, obtaining a working copy of the Struts codebase is as simple as - > git clone http://git.apache.org/repos/asf/struts.git + > git clone http://git.apache.org/struts.git (Committers with write access should use the **https** protocol instead)