You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/10/06 21:50:23 UTC

[nifi-site] branch main updated: NIFI-10521 Updated component documentation redirect to 1.18.0

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 e7f8a1d  NIFI-10521 Updated component documentation redirect to 1.18.0
e7f8a1d is described below

commit e7f8a1dc37024d7f8727076bab384197946f885f
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Oct 6 16:50:08 2022 -0500

    NIFI-10521 Updated component documentation redirect to 1.18.0
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/.htaccess b/static/.htaccess
index 4b4a9ba..a2d1b75 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.17.0/$2 [L]
+RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.18.0/$2 [L]