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/pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 907eca0a Pekko 1.1.1 released (#129)
907eca0a is described below

commit 907eca0a679844795b401378c6d0f9913b4521c6
Author: Arnout Engelen <[email protected]>
AuthorDate: Sat Sep 14 21:39:24 2024 +0200

    Pekko 1.1.1 released (#129)
---
 content/.htaccess         | 8 ++++----
 src/main/public/.htaccess | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index 76bc00ac..228bb34f 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -3,10 +3,10 @@ RewriteEngine On
 RewriteRule ^docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
 RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
 RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
-# pekko/current gets redirected to pekko/1.0.3
-RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.1.1
+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]
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 76bc00ac..228bb34f 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -3,10 +3,10 @@ RewriteEngine On
 RewriteRule ^docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
 RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
 RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
-# pekko/current gets redirected to pekko/1.0.3
-RewriteRule ^docs/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko/1.0.3/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.1.1
+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]


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

Reply via email to