From 0c82a1d5990131730e1dc5b5e54985cc642bb7ac Mon Sep 17 00:00:00 2001
From: Filipe Roque <froque@premium-minds.com>
Date: Mon, 13 Jan 2025 11:27:14 +0000
Subject: [PATCH] Fix dead link to changes-report.html

CSV-317 Change reports link is not working
---
 RELEASE-NOTES.txt            | 24 ++++++++++++------------
 src/changes/release-notes.vm |  2 +-
 src/site/site.xml            |  1 -
 src/site/xdoc/index.xml      |  2 +-
 4 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 36d502e27..2d99a93d9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -36,7 +36,7 @@ Changes
 *           Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -92,7 +92,7 @@ Changes
 *           Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476. Thanks to Gary Gregory, Dependabot.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -152,7 +152,7 @@ Changes
 *           Bump tests using com.opencsv:opencsv from 5.8 to 5.9 #373. Thanks to Dependabot.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -233,7 +233,7 @@ Changes
 Removed:
 *           Serialization in CSVFormat is not supported from one version to the next.
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -335,7 +335,7 @@ Changes
 *           Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0. Thanks to Dependabot.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -390,7 +390,7 @@ Changes
 *           Fix typo performance test #55. Thanks to Chen.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -437,7 +437,7 @@ Changes
 *           Update tests from H2 1.4.198 to 1.4.199. Thanks to Gary Gregory.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -540,7 +540,7 @@ Changes
 * CSV-201: Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Thanks to Benedikt Ritter, Gary Gregory.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -579,7 +579,7 @@ Changes
 * CSV-183:  Drop ferc.gov tests.  
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -661,7 +661,7 @@ Fixed Bugs
 * CSV-156:  Incorrect Javadoc on QuoteMode.NONE. Thanks to Jason Steenstra-Pickens.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -702,7 +702,7 @@ Changes:
 * [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan. 
 * [CSV-134] Unified parameter validation. Thanks to wu wen. 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -792,7 +792,7 @@ Changes
 * CSV-27:   Decide whether to keep the csv.writer subpackage
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
 
 For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons CSV website:
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 3e2184c01..08252f8ab 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -112,7 +112,7 @@ Removals
 ## End of main loop
 #end
 
-Historical list of changes: ${project.url}changes-report.html
+Historical list of changes: ${project.url}changes.html
 
 For complete information on ${project.name}, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the ${project.name} website:
diff --git a/src/site/site.xml b/src/site/site.xml
index 241ab778a..33f0e93a1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -32,7 +32,6 @@
       <item name="Release History" href="/changes.html" />
     </menu>
     <menu name="Development">
-      <item name="History"         href="/changes-report.html"/>
       <item name="Mailing Lists"   href="/mail-lists.html"/>
       <item name="Issue Tracking"  href="/issue-tracking.html"/>
       <item name="Team"            href="/team.html"/>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index c21143470..22d03acf2 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -70,7 +70,7 @@ See the
 for the latest releases.<br />
 </p>
 <p>
-<a href="changes-report.html">Change reports</a> are also available.
+<a href="changes.html">Release History</a> are also available.
 </p>
 <p>
 For previous releases, see the <a href="https://archive.apache.org/dist/commons/csv/">Apache Archive</a>