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 a8580042aa25004cc79590f4b38da0d8dcce0a5f
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 26 23:21:30 2024 -0500

    NIFI-13897 Updated documentation RewriteRule for 1.28.0
    
    (cherry picked from commit 11a0c6a44e05a96e255f3e13a167dc7ed79888fe)
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/.htaccess b/static/.htaccess
index 1bde9d03..1947d7dc 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -8,7 +8,7 @@ RewriteRule     ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} 
[L,R]
 RewriteRule ^documentation/nifi-latest/html/(.+?)$ 
/documentation/nifi-2.0.0-M4/html/$1 [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.27.0/$2 [L]
+RewriteRule 
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ 
docs/nifi-docs/components/org.apache.nifi/$1/1.28.0/$2 [L]
 
 # Rewrite historical links
 RewriteRule ^minifi/.*$ /projects/minifi/ [L,R]

Reply via email to