diff --git a/content/.htaccess b/content/.htaccess index 79019ac3..90cc8ea9 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -31,9 +31,9 @@ RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apa # pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.1 RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/docs/$1 [P] RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/api/$1 [P] -# pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.0 -RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/docs/$1 [P] -RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/api/$1 [P] +# pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.1 +RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/docs/$1 [P] +RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/api/$1 [P] # pekko-projection/current gets redirected to pekko-projection/1.1 RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/docs/$1 [P] RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/api/$1 [P] diff --git a/content/download.html b/content/download.html index 12a71e4c..1780b641 100644 --- a/content/download.html +++ b/content/download.html @@ -271,13 +271,9 @@

Pekko Persistence R2DBC

-

There is also a milestone release. This release should not be used in production.

-

Pekko Projection