Author: lukaszlenart Date: Mon Feb 24 06:43:52 2014 New Revision: 898983 Log: WW-4293 Corrects link to read-only Git repo
Modified: websites/production/struts/content/builds.html Modified: websites/production/struts/content/builds.html ============================================================================== --- websites/production/struts/content/builds.html (original) +++ websites/production/struts/content/builds.html Mon Feb 24 06:43:52 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