This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new 1ab9100 NIFI-11832 Documentation redirect to 1.23.0
1ab9100 is described below
commit 1ab9100bdf451b649d10e3a3a13b03ea35fe4e10
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jul 28 17:46:23 2023 -0500
NIFI-11832 Documentation redirect to 1.23.0
---
static/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/.htaccess b/static/.htaccess
index d9cdbd2..3bbee4d 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -5,4 +5,4 @@ RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
# Redirect component documentation to specified version
-RewriteRule
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$
docs/nifi-docs/components/org.apache.nifi/$1/1.22.0/$2 [L]
+RewriteRule
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$
docs/nifi-docs/components/org.apache.nifi/$1/1.23.0/$2 [L]