Skip to content

Commit 2405989

Browse files
committed
Fix links.
1 parent 0107996 commit 2405989

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ patches, or suggestions for improvement, see the Apache Apache Commons Codec web
3737

3838
https://commons.apache.org/proper/commons-codec/
3939

40-
Download page: https://commons.apache.org/proper/commons-codec/download_pool.cgi
40+
Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
4141

4242
-------------------------------------------------------------------------------
4343

src/changes/release-notes.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $release.description.replaceAll(" ", "
2828
## set up indent sizes. Only change indent1
2929
#set($props=${project.properties})
3030
#set($jiralen=$props.get("commons.jira.id").length())
31-
## indent1 = POOL-nnnn:
31+
## indent1 = codec-nnnn:
3232
#set($blanklen=$jiralen+6)## +6 for "-nnnn:"
3333
## must be at least as long as the longest JIRA id
3434
#set($blanks=" ")
@@ -102,4 +102,4 @@ patches, or suggestions for improvement, see the Apache ${project.name} website:
102102

103103
${project.url}
104104

105-
Download page: ${project.url}download_pool.cgi
105+
Download page: ${project.url}download_codec.cgi

0 commit comments

Comments
 (0)