This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 3.x-docgen-antora in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 48cb5f786cbf0c95500ada831921efa1f3bd8951 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Apr 5 10:17:37 2024 +0200 Remove redundant redirect --- src/site/resources/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess index 62f3e81140..1b4d70606c 100755 --- a/src/site/resources/.htaccess +++ b/src/site/resources/.htaccess @@ -17,6 +17,5 @@ # under the License. # RewriteEngine On -RewriteRule "^(/log4j/[23].x)/log4j-(core|api)/apidocs(.*)" "$1/javadoc/$2$3" [R=permanent] RewriteRule "^(/log4j/[23].x)/manual/scala-api.html" "/log4j/scala" [R=permanent] RewriteRule "^(/log4j/[23].x)/release-notes/index.html" "$1/release-notes.html" [R=permanent]
