This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.1.0 by this push:
new da71895 Fix URL in changelog entry
da71895 is described below
commit da7189520024264554657a96aa952836d239049a
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 13:58:27 2023 +0200
Fix URL in changelog entry
---
src/changelog/10.1.0/add-website.xml | 2 +-
src/site/_release-notes/_10.1.0.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changelog/10.1.0/add-website.xml
b/src/changelog/10.1.0/add-website.xml
index de74f27..5049731 100644
--- a/src/changelog/10.1.0/add-website.xml
+++ b/src/changelog/10.1.0/add-website.xml
@@ -4,5 +4,5 @@
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.1.xsd"
type="added">
<author id="github:vy"/>
- <description format="asciidoc">Started publishing
https://logging.apache.org/logging-parent/latest[the project
website]</description>
+ <description format="asciidoc">Started publishing
https://logging.apache.org/logging-parent[the project website]</description>
</entry>
diff --git a/src/site/_release-notes/_10.1.0.adoc
b/src/site/_release-notes/_10.1.0.adoc
index 36ee57d..d68ce96 100644
--- a/src/site/_release-notes/_10.1.0.adoc
+++ b/src/site/_release-notes/_10.1.0.adoc
@@ -52,7 +52,7 @@ In particular, we expect the absence of `module-info.java`
files to avoid severa
* Added `asciidoc` and `constants-tmpl-adoc` profiles to generate
AsciiDoc-based websites from `src/site`
* Added support to auto-generate changelog entries for `dependabot` updates
* Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS
descriptors
-* Started publishing https://logging.apache.org/logging-parent/latest[the
project website]
+* Started publishing https://logging.apache.org/logging-parent[the project
website]
==== Changed