This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0851c193 add pekko-http 1.0.1 redirect (#85)
0851c193 is described below
commit 0851c193bfa20f44015fafeee251f3b1bf3cd256
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 9 09:49:32 2024 +0100
add pekko-http 1.0.1 redirect (#85)
* add pekko-http 1.0.1 redirect
* Update .htaccess
---
content/.htaccess | 8 ++++----
src/main/public/.htaccess | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index 03558fd5..2a9de340 100644
--- a/content/.htaccess
+++ b/content/.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]
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]