This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a5daa2e9 redirect current to 1.1 for modules with full releases (#136)
a5daa2e9 is described below

commit a5daa2e9ee0d56d5c737f3149562c0b527523945
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 3 08:50:06 2024 +0100

    redirect current to 1.1 for modules with full releases (#136)
---
 content/.htaccess         | 20 ++++++++++----------
 src/main/public/.htaccess | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index 558cd16b..a055aa26 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -9,10 +9,10 @@ RewriteRule ^docs/pekko/current/project/migration-guides.html 
https://pekko.apac
 RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/docs/$1 [P]
 RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/api/$1 [P]
 RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/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-http/current gets redirected to pekko-http/1.1.0
+RewriteRule ^docs/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/api/$1 [P]
+RewriteRule ^japi/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/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]
@@ -22,15 +22,15 @@ RewriteRule ^api/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/doc
 # pekko-connectors/current gets redirected to pekko-connectors/1.0.2
 RewriteRule ^docs/pekko-connectors/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.2/docs/$1 [P]
 RewriteRule ^api/pekko-connectors/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.2/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]
+# pekko-connectors-kafka/current gets redirected to 
pekko-connectors-kafka/1.1.0
+RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1.0/api/$1 [P]
 # pekko-persistence-cassandra/current gets redirected to 
pekko-persistence-cassandra/1.0.0
 RewriteRule ^docs/pekko-persistence-cassandra/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.0.0/docs/$1
 [P]
 RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.0.0/api/$1
 [P]
-# pekko-persistence-jdbc/current gets redirected to 
pekko-persistence-jdbc/1.0.0
-RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.0.0/docs/$1 [P]
-RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.0.0/api/$1 [P]
+# pekko-persistence-jdbc/current gets redirected to 
pekko-persistence-jdbc/1.1.0
+RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1.0/api/$1 [P]
 # pekko-persistence-r2dbc/current gets redirected to 
pekko-persistence-r2dbc/1.0.0
 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0.0/docs/$1 
[P]
 RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0.0/api/$1 [P]
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 558cd16b..a055aa26 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -9,10 +9,10 @@ RewriteRule ^docs/pekko/current/project/migration-guides.html 
https://pekko.apac
 RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/docs/$1 [P]
 RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/api/$1 [P]
 RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.1.1/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-http/current gets redirected to pekko-http/1.1.0
+RewriteRule ^docs/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/api/$1 [P]
+RewriteRule ^japi/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-http/1.1.0/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]
@@ -22,15 +22,15 @@ RewriteRule ^api/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/doc
 # pekko-connectors/current gets redirected to pekko-connectors/1.0.2
 RewriteRule ^docs/pekko-connectors/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.2/docs/$1 [P]
 RewriteRule ^api/pekko-connectors/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.2/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]
+# pekko-connectors-kafka/current gets redirected to 
pekko-connectors-kafka/1.1.0
+RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1.0/api/$1 [P]
 # pekko-persistence-cassandra/current gets redirected to 
pekko-persistence-cassandra/1.0.0
 RewriteRule ^docs/pekko-persistence-cassandra/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.0.0/docs/$1
 [P]
 RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.0.0/api/$1
 [P]
-# pekko-persistence-jdbc/current gets redirected to 
pekko-persistence-jdbc/1.0.0
-RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.0.0/docs/$1 [P]
-RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.0.0/api/$1 [P]
+# pekko-persistence-jdbc/current gets redirected to 
pekko-persistence-jdbc/1.1.0
+RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1.0/docs/$1 [P]
+RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1.0/api/$1 [P]
 # pekko-persistence-r2dbc/current gets redirected to 
pekko-persistence-r2dbc/1.0.0
 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0.0/docs/$1 
[P]
 RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0.0/api/$1 [P]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to