This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/3.0.0-beta1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit c4f5b5328a465856320124c56447e6a955f01d37
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Dec 14 16:49:13 2023 +0100

    Fix website URL in `generate-email.sh`
---
 .github/generate-email.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index 49a8624367..2b5f571673 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -33,7 +33,7 @@ fail_for_invalid_args() {
 
 # Constants
 PROJECT_NAME="Apache Log4j"
-PROJECT_SITE="https://logging.apache.org/log4j";
+PROJECT_SITE="https://logging.apache.org/log4j/3.x";
 PROJECT_STAGING_SITE="${PROJECT_SITE/apache.org/staged.apache.org}"
 PROJECT_REPO="https://github.com/apache/logging-log4j2";
 PROJECT_DIST_DIR="https://dist.apache.org/repos/dist/dev/logging/log4j";

Reply via email to