Author: sebb
Date: Thu Apr 22 22:38:23 2021
New Revision: 1074102

Log:
Fix git URLs in generated page

Modified:
    websites/production/commons/content/proper/commons-beanutils/scm.html

Modified: websites/production/commons/content/proper/commons-beanutils/scm.html
==============================================================================
--- websites/production/commons/content/proper/commons-beanutils/scm.html 
(original)
+++ websites/production/commons/content/proper/commons-beanutils/scm.html Thu 
Apr 22 22:38:23 2021
@@ -288,12 +288,12 @@
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ git clone 
https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</pre></div></div>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-beanutils</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
 <p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ git clone 
https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</pre></div></div>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-beanutils</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>


Reply via email to