Skip to content

Commit 0c82a1d

Browse files
committed
Fix dead link to changes-report.html
CSV-317 Change reports link is not working
1 parent 92e486a commit 0c82a1d

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

RELEASE-NOTES.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Changes
3636
* Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
3737

3838

39-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
39+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
4040

4141
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
4242
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -92,7 +92,7 @@ Changes
9292
* Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476. Thanks to Gary Gregory, Dependabot.
9393

9494

95-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
95+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
9696

9797
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
9898
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -152,7 +152,7 @@ Changes
152152
* Bump tests using com.opencsv:opencsv from 5.8 to 5.9 #373. Thanks to Dependabot.
153153

154154

155-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
155+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
156156

157157
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
158158
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -233,7 +233,7 @@ Changes
233233
Removed:
234234
* Serialization in CSVFormat is not supported from one version to the next.
235235

236-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
236+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
237237

238238
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
239239
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -335,7 +335,7 @@ Changes
335335
* Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0. Thanks to Dependabot.
336336

337337

338-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
338+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
339339

340340
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
341341
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -390,7 +390,7 @@ Changes
390390
* Fix typo performance test #55. Thanks to Chen.
391391

392392

393-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
393+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
394394

395395
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
396396
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -437,7 +437,7 @@ Changes
437437
* Update tests from H2 1.4.198 to 1.4.199. Thanks to Gary Gregory.
438438

439439

440-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
440+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
441441

442442
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
443443
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -540,7 +540,7 @@ Changes
540540
* CSV-201: Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Thanks to Benedikt Ritter, Gary Gregory.
541541

542542

543-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
543+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
544544

545545
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
546546
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -579,7 +579,7 @@ Changes
579579
* CSV-183: Drop ferc.gov tests.
580580

581581

582-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
582+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
583583

584584
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
585585
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -661,7 +661,7 @@ Fixed Bugs
661661
* CSV-156: Incorrect Javadoc on QuoteMode.NONE. Thanks to Jason Steenstra-Pickens.
662662

663663

664-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
664+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
665665

666666
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
667667
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -702,7 +702,7 @@ Changes:
702702
* [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan.
703703
* [CSV-134] Unified parameter validation. Thanks to wu wen.
704704

705-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
705+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
706706

707707
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
708708
patches, or suggestions for improvement, see the Apache Commons CSV website:
@@ -792,7 +792,7 @@ Changes
792792
* CSV-27: Decide whether to keep the csv.writer subpackage
793793

794794

795-
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
795+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
796796

797797
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
798798
patches, or suggestions for improvement, see the Apache Commons CSV website:

src/changes/release-notes.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Removals
112112
## End of main loop
113113
#end
114114

115-
Historical list of changes: ${project.url}changes-report.html
115+
Historical list of changes: ${project.url}changes.html
116116

117117
For complete information on ${project.name}, including instructions on how to submit bug reports,
118118
patches, or suggestions for improvement, see the ${project.name} website:

src/site/site.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<item name="Release History" href="/changes.html" />
3333
</menu>
3434
<menu name="Development">
35-
<item name="History" href="/changes-report.html"/>
3635
<item name="Mailing Lists" href="/mail-lists.html"/>
3736
<item name="Issue Tracking" href="/issue-tracking.html"/>
3837
<item name="Team" href="/team.html"/>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the
7070
for the latest releases.<br />
7171
</p>
7272
<p>
73-
<a href="changes-report.html">Change reports</a> are also available.
73+
<a href="changes.html">Release History</a> are also available.
7474
</p>
7575
<p>
7676
For previous releases, see the <a href="https://archive.apache.org/dist/commons/csv/">Apache Archive</a>

0 commit comments

Comments
 (0)