This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch projection-redirect in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 645990e0553ef06f1f66a91fc9bdba7361cc747f Author: PJ Fanning <[email protected]> AuthorDate: Fri Mar 7 09:04:31 2025 +0100 redirect projection/current to 1.1 --- content/.htaccess | 6 +++--- src/main/public/.htaccess | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index 99559835..18fcc644 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -34,9 +34,9 @@ RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.o # pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.0 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/docs/$1 [P] RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/api/$1 [P] -# pekko-projection/current gets redirected to pekko-projection/1.0 -RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.0/docs/$1 [P] -RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.0/api/$1 [P] +# pekko-projection/current gets redirected to pekko-projection/1.1 +RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/docs/$1 [P] +RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/api/$1 [P] # pekko-*/current gets redirected to pekko-*/snapshot if no releases exist yet RewriteRule ^docs/([^/]+)/current/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P] RewriteRule ^api/([^/]+)/current/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P] diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 99559835..18fcc644 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -34,9 +34,9 @@ RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.o # pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.0 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/docs/$1 [P] RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/api/$1 [P] -# pekko-projection/current gets redirected to pekko-projection/1.0 -RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.0/docs/$1 [P] -RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.0/api/$1 [P] +# pekko-projection/current gets redirected to pekko-projection/1.1 +RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/docs/$1 [P] +RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/api/$1 [P] # pekko-*/current gets redirected to pekko-*/snapshot if no releases exist yet RewriteRule ^docs/([^/]+)/current/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P] RewriteRule ^api/([^/]+)/current/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
