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 ca47100f7204578fe911d273eac5963130e85b9c Author: exceptionfactory <[email protected]> AuthorDate: Mon Jun 12 08:28:51 2023 -0500 NIFI-11654 Updated project documentation to 1.22.0 (cherry picked from commit 100f5e5e72b509fe5cd69e3ddffe33ef9debf4b1) --- static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.htaccess b/static/.htaccess index 011c88d..d9cdbd2 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.21.0/$2 [L] +RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.22.0/$2 [L]
