This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new e6a36e8 LOG4J2-3076 Fixed broken link in build docs.
e6a36e8 is described below
commit e6a36e85cf5f5fcab4f3d5fd71ab4acf265a024d
Author: Volkan Yazici <[email protected]>
AuthorDate: Wed Apr 28 15:08:34 2021 +0200
LOG4J2-3076 Fixed broken link in build docs.
---
src/site/markdown/build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/markdown/build.md b/src/site/markdown/build.md
index 43e5c35..3d92f01 100644
--- a/src/site/markdown/build.md
+++ b/src/site/markdown/build.md
@@ -66,4 +66,4 @@ To rebuild from scratch, add "clean", for example: `mvn clean
test`
## Releasing Log4j
-Please see the wiki
[Log4j2ReleaseGuide](https://wiki.apache.org/logging/Log4j2ReleaseGuide).
+Please see the [Log4j 2 Release
Process](https://cwiki.apache.org/confluence/display/LOGGING/Log4j+2+Release+Process)
wiki page.