This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch grpc-current in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 9a29ac98de3a6a8d42d2f67abb22ad2fa986d443 Author: PJ Fanning <[email protected]> AuthorDate: Mon Aug 14 10:41:00 2023 +0100 redirect pekko-grpc/current to 1.0.0 docs --- content/.htaccess | 3 +++ src/main/public/.htaccess | 3 +++ 2 files changed, 6 insertions(+) diff --git a/content/.htaccess b/content/.htaccess index f779e0ea..b1f566f0 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -14,6 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/do # 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] +# pekko-grpc/current gets redirected to pekko-grpc/1.0.0 +RewriteRule ^docs/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P] +RewriteRule ^api/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P] # pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.0.0 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P] RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P] diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index f779e0ea..b1f566f0 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -14,6 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$ https://nightlies.apache.org/pekko/do # 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] +# pekko-grpc/current gets redirected to pekko-grpc/1.0.0 +RewriteRule ^docs/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P] +RewriteRule ^api/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P] # pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.0.0 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P] RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
