You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/04/07 19:06:02 UTC

[logging-log4j2] branch release-2.x updated: Adjust references to Apache Commons CSV.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9f45ac2f71 Adjust references to Apache Commons CSV.
9f45ac2f71 is described below

commit 9f45ac2f71af5403fffb48828fa43b5807922476
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Apr 7 15:05:54 2022 -0400

    Adjust references to Apache Commons CSV.
---
 src/site/xdoc/manual/layouts.xml.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm
index 125b910a12..fa11e9d2f7 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -58,7 +58,7 @@
         <subsection name="CSV Layouts">
           <p>
             This layout creates <a href="https://en.wikipedia.org/wiki/Comma-separated_values">Comma Separated Value (CSV)</a>
-            records and requires <a href="https://commons.apache.org/proper/commons-csv/">Apache Commons CSV</a> 1.4.
+            records and requires <a href="https://commons.apache.org/proper/commons-csv/">Apache Commons CSV</a>.
           </p>
           <p>
             The CSV layout can be used in two ways: First, using <code>CsvParameterLayout</code> to log event parameters
@@ -102,7 +102,7 @@ logger.info(new ObjectArrayMessage(value1, value2, value3));
                 One of the predefined formats: <code>Default</code>, <code>Excel</code>, <code>MySQL</code>,
                 <code>RFC4180</code>, <code>TDF</code>.
                 See
-                  <a href="https://commons.apache.org/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html">CSVFormat.Predefined</a>.
+                  <a href="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html">CSVFormat.Predefined</a>.
               </td>
             </tr>
             <tr>