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/08/01 13:31:20 UTC

[nifi-site] branch main-staging updated: NIFI-10272 Updated documentation RewriteRule to 1.17.0

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


The following commit(s) were added to refs/heads/main-staging by this push:
     new 84fb09c  NIFI-10272 Updated documentation RewriteRule to 1.17.0
84fb09c is described below

commit 84fb09cc2e8ca15e0fe9f7287edc3fbc11646ca9
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Aug 1 08:31:04 2022 -0500

    NIFI-10272 Updated documentation RewriteRule to 1.17.0
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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