This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch http-redirect in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 8577ae9f0e2884bd4611c19e428e5efc38e533d5 Author: PJ Fanning <[email protected]> AuthorDate: Thu Feb 8 20:33:39 2024 +0100 add pekko-http 1.0.1 redirect --- content/.htaccess | 6 +++--- src/main/public/.htaccess | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index 03558fd5..44b9c304 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -8,9 +8,9 @@ RewriteRule ^docs/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pe RewriteRule ^api/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko/1.0.2/api/$1 [P] RewriteRule ^japi/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko/1.0.2/japi/$1 [P] # pekko-http/current gets redirected to pekko-http/1.0.0 -RewriteRule ^docs/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/docs/$1 [P] -RewriteRule ^api/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/api/$1 [P] -RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/japi/$1 [P] +RewriteRule ^docs/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/docs/$1 [P] +RewriteRule ^api/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/api/$1 [P] +RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/japi/$1 [P] # pekko-management/current gets redirected to pekko-management/1.0.0 RewriteRule ^docs/pekko-management/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P] RewriteRule ^api/pekko-management/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P] diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 03558fd5..2a9de340 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -7,10 +7,10 @@ RewriteRule ^japi/([^/]+)/snapshot/(.*)$ https://nightlies.apache.org/pekko/docs RewriteRule ^docs/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko/1.0.2/docs/$1 [P] RewriteRule ^api/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko/1.0.2/api/$1 [P] RewriteRule ^japi/pekko/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko/1.0.2/japi/$1 [P] -# pekko-http/current gets redirected to pekko-http/1.0.0 -RewriteRule ^docs/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/docs/$1 [P] -RewriteRule ^api/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/api/$1 [P] -RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.0/japi/$1 [P] +# pekko-http/current gets redirected to pekko-http/1.0.1 +RewriteRule ^docs/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/docs/$1 [P] +RewriteRule ^api/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/api/$1 [P] +RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-http/1.0.1/japi/$1 [P] # pekko-management/current gets redirected to pekko-management/1.0.0 RewriteRule ^docs/pekko-management/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P] RewriteRule ^api/pekko-management/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
