Skip to content

Commit c4f5b53

Browse files
committed
Fix website URL in generate-email.sh
1 parent 57f4078 commit c4f5b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/generate-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fail_for_invalid_args() {
3333

3434
# Constants
3535
PROJECT_NAME="Apache Log4j"
36-
PROJECT_SITE="https://logging.apache.org/log4j"
36+
PROJECT_SITE="https://logging.apache.org/log4j/3.x"
3737
PROJECT_STAGING_SITE="${PROJECT_SITE/apache.org/staged.apache.org}"
3838
PROJECT_REPO="https://github.com/apache/logging-log4j2"
3939
PROJECT_DIST_DIR="https://dist.apache.org/repos/dist/dev/logging/log4j"

0 commit comments

Comments
 (0)