This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.12.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 7cab23ba21cdf499596db09503102b22ebce2ae6 Author: Ralph Goers <[email protected]> AuthorDate: Wed Dec 29 13:22:45 2021 -0700 Update the announcement template --- src/changes/announcement.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm index 9f06f2796f..5f272a7488 100644 --- a/src/changes/announcement.vm +++ b/src/changes/announcement.vm @@ -63,7 +63,7 @@ property substitution using Lookups, multiple patterns on a PatternLayout and as Loggers. Another notable Log4j 2 feature is the ability to be "garbage-free" (avoid allocating temporary objects) while logging. In addition, Log4j 2 will not lose events while reconfiguring. -The artifacts may be downloaded from https://logging.apache.org/log4j/2.x/download.html. +The artifacts may be downloaded from https://logging.apache.org/log4j/log4j-${relVersion}/download.html. This release contains the changes noted below: @@ -124,4 +124,4 @@ with log4j 1.x. For complete information on ${project.name}, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache ${project.name} website: -${project.url} \ No newline at end of file +https://logging.apache.org/log4j/log4j-${relVersion}/index.html \ No newline at end of file
