You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2019/06/08 18:39:12 UTC

svn commit: r1045999 - /websites/production/logging/content/log4j/log4j-2.11.2/source-repository.html

Author: mattsicker
Date: Sat Jun  8 18:39:12 2019
New Revision: 1045999

Log:
Fix git checkout link in current site deployment

Modified:
    websites/production/logging/content/log4j/log4j-2.11.2/source-repository.html

Modified: websites/production/logging/content/log4j/log4j-2.11.2/source-repository.html
==============================================================================
--- websites/production/logging/content/log4j/log4j-2.11.2/source-repository.html (original)
+++ websites/production/logging/content/log4j/log4j-2.11.2/source-repository.html Sat Jun  8 18:39:12 2019
@@ -315,17 +315,17 @@
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</a></pre></div></div>
+<pre><a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=logging-log4j2.git">https://gitbox.apache.org/repos/asf?p=logging-log4j2.git</a></pre></div></div>
 <div class="section">
 <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="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ git clone --branch log4j-2.11.2 https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</pre></div></div>
+<pre>$ git clone --branch log4j-2.11.2 https://gitbox.apache.org/repos/asf/logging-log4j2.git</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="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ git clone --branch log4j-2.11.2 https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</pre></div></div>
+<pre>$ git clone --branch log4j-2.11.2 https://gitbox.apache.org/repos/asf/logging-log4j2.git</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>