This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 373cefa1cdd [fix][misc] Update default version to 3.0.x
373cefa1cdd is described below
commit 373cefa1cddce8d9bf298aff5484b73e16801491
Author: tison <[email protected]>
AuthorDate: Thu May 4 02:24:26 2023 +0800
[fix][misc] Update default version to 3.0.x
BUILD_ALL_VERSION=1
This closes https://github.com/apache/pulsar/issues/20220.
---
static/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/.htaccess b/static/.htaccess
index 272ee541085..7cdcea35129 100755
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -16,7 +16,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/2.11.x/$1" [R=301,DPI,L]
+RewriteRule "^docs/(.*)$" "/docs/3.0.x/$1" [R=301,DPI,L]
RewriteRule "^docs/(.+/)?develop-binary-protocol/?$"
"/docs/$1developing-binary-protocol" [R=301,DPI,L]
RewriteRule "^docs/(.+/)?administration-dashboard/?$"
"/docs/$1administration-pulsar-manager" [R=301,DPI,L]