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

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

commit 105efd9238c1b3ecf6ee5ee4951e786e6b445dc8
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Jul 28 17:46:23 2023 -0500

    NIFI-11832 Documentation redirect to 1.23.0
    
    (cherry picked from commit 1ab9100bdf451b649d10e3a3a13b03ea35fe4e10)
---
 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]

Reply via email to