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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 701b743e7687f16a5a3651cfcc7fc75460d5cf42
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 1 00:39:04 2026 +0300

    Update /docs redirect
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/.htaccess b/static/.htaccess
index 25f27322b56..86addf23d62 100755
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -18,7 +18,7 @@ RewriteCond expr "%{REQUEST_URI} !~ m|^/docs/\d+\.\d+\.\d+|"
 RewriteCond expr "%{REQUEST_URI} !~ m|^/docs/\d+\.\d+\.\d+/.*|"
 RewriteCond expr "%{REQUEST_URI} !~ m|^/docs/\d+\.\d+\.x|"
 RewriteCond expr "%{REQUEST_URI} !~ m|^/docs/\d+\.\d+\.x/.*|"
-RewriteRule "^docs/(.*)$" "/docs/4.1.x/$1" [R=301,DPI,L]
+RewriteRule "^docs/(.*)$" "/docs/4.2.x/$1" [R=301,DPI,L]
 
 RewriteRule "^docs/(.+/)?deploy-dcos/?$" 
"/docs/$1install-deploy-upgrade-landing" [R=301,DPI,L]
 RewriteRule "^docs/(.+/)?develop-binary-protocol/?$" 
"/docs/$1developing-binary-protocol" [R=301,DPI,L]

Reply via email to