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

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


The following commit(s) were added to refs/heads/more-tlp by this push:
     new 95a9e5b6 fix repo names
95a9e5b6 is described below

commit 95a9e5b61134e5ff5e657bd22a58a5e41c94d4e8
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 22 13:02:47 2024 +0100

    fix repo names
---
 README.md                             |  6 ++---
 content/.htaccess                     |  2 +-
 content/how-to-contribute.html        |  4 ++--
 content/index.html                    |  2 +-
 content/modules.html                  | 44 +++++++++++++++++------------------
 content/samples.html                  |  6 ++---
 content/search/search_index.json      |  2 +-
 src/main/paradox/how-to-contribute.md |  4 ++--
 src/main/paradox/index.md             |  2 +-
 src/main/paradox/modules.md           | 44 +++++++++++++++++------------------
 src/main/paradox/samples.md           |  6 ++---
 src/main/public/.htaccess             |  2 +-
 12 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/README.md b/README.md
index 56ee514d..e48bf5fe 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# incubator-pekko-site
+# pekko-site
 
 ## Status
 
 This repo is used to publish the home page of the [Apache Pekko 
website](https://pekko.apache.org). 
 
 Anyone looking to help improve our module specific docs should look at the Git 
repos
-(eg [apache/pekko](https://github.com/apache/incubator-pekko)) for the modules.
+(eg [apache/pekko](https://github.com/apache/pekko)) for the modules.
 
 ## Build
 
@@ -26,4 +26,4 @@ sbt paradoxBrowse
 **Note that the `content` folder needs to be updated manually with the latest 
output in the `target/paradox/site/main` folder.**
 
 There are some details about how to deploy the pages associated with this repo 
in the
-[wiki](https://github.com/apache/incubator-pekko-site/wiki/Manual-Publishing).
+[wiki](https://github.com/apache/pekko-site/wiki/Manual-Publishing).
diff --git a/content/.htaccess b/content/.htaccess
index 89f2e89d..737e96f0 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -62,7 +62,7 @@ RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs
 
 # Security Headers
 Header set Strict-Transport-Security "max-age=31536000"
-# https://github.com/apache/incubator-pekko-sbt-paradox/issues/110 is open for 
https://api.github.com/
+# https://github.com/apache/pekko-sbt-paradox/issues/110 is open for 
https://api.github.com/
 Header set Content-Security-Policy "default-src 'self' https://api.github.com/ 
https://pekko.apache.org/ ; style-src 'self' https://pekko.apache.org/ 
'unsafe-inline' ; script-src 'self' https://pekko.apache.org/ 'unsafe-inline' ; 
frame-src 'self' ;"
 Header always set X-Frame-Options SAMEORIGIN
 Header set X-Content-Type-Options nosniff
diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html
index 85baa8f4..ee778c3b 100644
--- a/content/how-to-contribute.html
+++ b/content/how-to-contribute.html
@@ -201,8 +201,8 @@ Apache Pekko™
 <ul>
   <li><a 
href="https://lists.apache.org/[email protected]";>Pekko users 
mailing list</a>: for Pekko usage discussions. <a 
href="mailto:[email protected]";>Subscribe</a> <a 
href="mailto:[email protected]";>Unsubscribe</a></li>
   <li><a href="https://lists.apache.org/[email protected]";>Pekko 
dev mailing list</a>: for Pekko development discussions. <a 
href="mailto:[email protected]";>Subscribe</a> <a 
href="mailto:[email protected]";>Unsubscribe</a></li>
-  <li><a href="https://github.com/apache/incubator-pekko/discussions";>GitHub 
discussions</a>: for questions and general discussion.</li>
-  <li><a href="https://github.com/apache/incubator-pekko/issues";>GitHub 
issues</a>: for bug reports and feature requests. Please search the existing 
issues before creating new ones. If you are unsure whether you have found a 
bug, consider asking in GitHub discussions or the mailing list first.</li>
+  <li><a href="https://github.com/apache/pekko/discussions";>GitHub 
discussions</a>: for questions and general discussion.</li>
+  <li><a href="https://github.com/apache/pekko/issues";>GitHub issues</a>: for 
bug reports and feature requests. Please search the existing issues before 
creating new ones. If you are unsure whether you have found a bug, consider 
asking in GitHub discussions or the mailing list first.</li>
 </ul>
 <p>With GitHub, the Pekko code is split across <a href="modules.html">multiple 
repositories</a>. The links for GitHub discussions and issues above are related 
to the core repository. If you are aware of the right repository, then please 
use the discussions and issues for that repository. </p>
 <h2><a href="#code-of-conduct" name="code-of-conduct" class="anchor"><span 
class="anchor-link"></span></a>Code of Conduct</h2>
diff --git a/content/index.html b/content/index.html
index 53e06f5a..f03122b3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -241,7 +241,7 @@ Apache Pekko™
   </li>
   <li>Apache Pekko Persistence DynamoDB
     <ul>
-      <li><a 
href="https://github.com/apache/incubator-pekko-persistence-dynamodb";>GitHub</a></li>
+      <li><a 
href="https://github.com/apache/pekko-persistence-dynamodb";>GitHub</a></li>
     </ul>
   </li>
   <li>Apache Pekko Persistence JDBC
diff --git a/content/modules.html b/content/modules.html
index 6d458bfd..6b443ed3 100644
--- a/content/modules.html
+++ b/content/modules.html
@@ -200,7 +200,7 @@ Apache Pekko™
   <li>pekko-connectors-kafka <a 
href="https://pekko.apache.org/docs/pekko-connectors-kafka/current/";>docs</a> 
<a 
href="https://pekko.apache.org/api/pekko-connectors-kafka/current/";>api</a></li>
   <li>pekko-management <a 
href="https://pekko.apache.org/docs/pekko-management/current/";>docs</a> <a 
href="https://pekko.apache.org/api/pekko-management/current/";>api</a></li>
   <li>pekko-persistence-cassandra <a 
href="https://pekko.apache.org/docs/pekko-persistence-cassandra/current/";>docs</a>
 <a 
href="https://pekko.apache.org/api/pekko-persistence-cassandra/current/";>api</a></li>
-  <li>pekko-persistence-dynamodb <a 
href="https://github.com/apache/incubator-pekko-persistence-dynamodb";>GitHub</a></li>
+  <li>pekko-persistence-dynamodb <a 
href="https://github.com/apache/pekko-persistence-dynamodb";>GitHub</a></li>
   <li>pekko-persistence-jdbc <a 
href="https://pekko.apache.org/docs/pekko-persistence-jdbc/current/";>docs</a> 
<a 
href="https://pekko.apache.org/api/pekko-persistence-jdbc/current/";>api</a></li>
   <li>pekko-persistence-r2dbc <a 
href="https://pekko.apache.org/docs/pekko-persistence-r2dbc/current/";>docs</a> 
<a 
href="https://pekko.apache.org/api/pekko-persistence-r2dbc/current/";>api</a></li>
   <li>pekko-projection <a 
href="https://pekko.apache.org/docs/pekko-projection/current/";>docs</a> <a 
href="https://pekko.apache.org/api/pekko-projection/current/";>api</a></li>
@@ -209,37 +209,37 @@ Apache Pekko™
 <h2><a href="#repositories" name="repositories" class="anchor"><span 
class="anchor-link"></span></a>Repositories</h2>
 <p>The Apache Pekko project is broken into several repositories:</p>
 <ul>
-  <li><a href="https://github.com/apache/incubator-pekko";>incubator-pekko</a>: 
contains the core Apache Pekko framework.
+  <li><a href="https://github.com/apache/pekko";>pekko</a>: contains the core 
Apache Pekko framework.
     <ul>
-      <li><a 
href="https://github.com/apache/incubator-pekko-samples";>incubator-pekko-samples</a>:
 various samples</li>
+      <li><a href="https://github.com/apache/pekko-samples";>pekko-samples</a>: 
various samples</li>
     </ul>
   </li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-connectors";>incubator-pekko-connectors</a>:
 contains connectors for other systems, such as Kafka, Cassandra, etc.
+  <li><a 
href="https://github.com/apache/pekko-connectors";>pekko-connectors</a>: 
contains connectors for other systems, such as Kafka, Cassandra, etc.
     <ul>
-      <li><a 
href="https://github.com/apache/incubator-pekko-connectors-kafka";>incubator-pekko-connectors-kafka</a>:
 contains the Kafka connector.</li>
-      <li><a 
href="https://github.com/apache/incubator-pekko-connectors-samples";>incubator-pekko-connectors-samples</a>
 (WIP): contains a sample connector.</li>
+      <li><a 
href="https://github.com/apache/pekko-connectors-kafka";>pekko-connectors-kafka</a>:
 contains the Kafka connector.</li>
+      <li><a 
href="https://github.com/apache/pekko-connectors-samples";>pekko-connectors-samples</a>
 (WIP): contains a sample connector.</li>
     </ul>
   </li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-grpc";>incubator-pekko-grpc</a>: 
contains the gRPC server module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-http";>incubator-pekko-http</a>: 
contains the HTTP server module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-management";>incubator-pekko-management</a>:
 contains the tools for operating with Pekko clusters.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-persistence-cassandra";>incubator-pekko-persistence-cassandra</a>:
 contains the Cassandra persistence module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-persistence-dynamodb";>incubator-pekko-persistence-dynamodb</a>:
 contains the <a href="https://aws.amazon.com/dynamodb/";>DynamoDB</a> 
persistence module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-persistence-jdbc";>incubator-pekko-persistence-jdbc</a>:
 contains the JDBC persistence module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-persistence-r2dbc";>incubator-pekko-persistence-r2dbc</a>:
 contains the R2DBC persistence module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-projection";>incubator-pekko-projection</a>:
 contains the event sourcing and CQRS module.</li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-platform-guide";>incubator-pekko-platform-guide</a>
 (WIP): contains a Microservice built with Pekko tooling.</li>
+  <li><a href="https://github.com/apache/pekko-grpc";>pekko-grpc</a>: contains 
the gRPC server module.</li>
+  <li><a href="https://github.com/apache/pekko-http";>pekko-http</a>: contains 
the HTTP server module.</li>
+  <li><a 
href="https://github.com/apache/pekko-management";>pekko-management</a>: 
contains the tools for operating with Pekko clusters.</li>
+  <li><a 
href="https://github.com/apache/pekko-persistence-cassandra";>pekko-persistence-cassandra</a>:
 contains the Cassandra persistence module.</li>
+  <li><a 
href="https://github.com/apache/pekko-persistence-dynamodb";>pekko-persistence-dynamodb</a>:
 contains the <a href="https://aws.amazon.com/dynamodb/";>DynamoDB</a> 
persistence module.</li>
+  <li><a 
href="https://github.com/apache/pekko-persistence-jdbc";>pekko-persistence-jdbc</a>:
 contains the JDBC persistence module.</li>
+  <li><a 
href="https://github.com/apache/pekko-persistence-r2dbc";>pekko-persistence-r2dbc</a>:
 contains the R2DBC persistence module.</li>
+  <li><a 
href="https://github.com/apache/pekko-projection";>pekko-projection</a>: 
contains the event sourcing and CQRS module.</li>
+  <li><a 
href="https://github.com/apache/pekko-platform-guide";>pekko-platform-guide</a> 
(WIP): contains a Microservice built with Pekko tooling.</li>
 </ul>
 <p>In addition to the above, there are also the following QuickStart 
templates:</p>
 <ul>
-  <li><a 
href="https://github.com/apache/incubator-pekko-quickstart-scala.g8";>Quickstart 
(Scala)</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-quickstart-java.g8";>Quickstart 
(Java)</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-http-quickstart-scala.g8";>HTTP 
Quickstart (Scala)</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-http-quickstart-java.g8";>HTTP 
Quickstart (Java)</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-grpc-quickstart-scala.g8";>gRPC 
Quickstart (Scala)</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-grpc-quickstart-java.g8";>gRPC 
Quickstart (Java)</a></li>
+  <li><a href="https://github.com/apache/pekko-quickstart-scala.g8";>Quickstart 
(Scala)</a></li>
+  <li><a href="https://github.com/apache/pekko-quickstart-java.g8";>Quickstart 
(Java)</a></li>
+  <li><a href="https://github.com/apache/pekko-http-quickstart-scala.g8";>HTTP 
Quickstart (Scala)</a></li>
+  <li><a href="https://github.com/apache/pekko-http-quickstart-java.g8";>HTTP 
Quickstart (Java)</a></li>
+  <li><a href="https://github.com/apache/pekko-grpc-quickstart-scala.g8";>gRPC 
Quickstart (Scala)</a></li>
+  <li><a href="https://github.com/apache/pekko-grpc-quickstart-java.g8";>gRPC 
Quickstart (Java)</a></li>
 </ul>
-<p><a 
href="https://github.com/apache/incubator-pekko-sbt-paradox";>incubator-pekko-sbt-paradox</a>
 contains the documentation functions and theming for Pekko.</p>
+<p><a href="https://github.com/apache/pekko-sbt-paradox";>pekko-sbt-paradox</a> 
contains the documentation functions and theming for Pekko.</p>
 </div>
 </article>
 </div>
diff --git a/content/samples.html b/content/samples.html
index fc531c5c..92fdab01 100644
--- a/content/samples.html
+++ b/content/samples.html
@@ -192,7 +192,7 @@ Apache Pekko™
 <article class="md-content__inner md-typeset">
 <div class="md-content__searchable">
 <h1><a href="#samples" name="samples" class="anchor"><span 
class="anchor-link"></span></a>Samples</h1>
-<p>The samples can be download using Git from <a 
href="https://github.com/apache/incubator-pekko-samples";>pekko-samples</a>.</p>
+<p>The samples can be download using Git from <a 
href="https://github.com/apache/pekko-samples";>pekko-samples</a>.</p>
 <ul>
   <li><a 
href="https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-cluster-scala/";>Pekko
 Cluster with Scala</a></li>
   <li><a 
href="https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-cluster-java/";>Pekko
 Cluster with Java</a></li>
@@ -213,8 +213,8 @@ Apache Pekko™
 <h2><a href="#help-wanted" name="help-wanted" class="anchor"><span 
class="anchor-link"></span></a>Help Wanted</h2>
 <p>Migrating the following samples and guides from Akka to Pekko falls under 
the heading &lsquo;Help Wanted&rsquo;.</p>
 <ul>
-  <li><a 
href="https://github.com/apache/incubator-pekko-connectors-samples";>pekko-connectors-samples</a></li>
-  <li><a 
href="https://github.com/apache/incubator-pekko-platform-guide";>pekko-platform-guide</a></li>
+  <li><a 
href="https://github.com/apache/pekko-connectors-samples";>pekko-connectors-samples</a></li>
+  <li><a 
href="https://github.com/apache/pekko-platform-guide";>pekko-platform-guide</a></li>
 </ul>
 </div>
 </article>
diff --git a/content/search/search_index.json b/content/search/search_index.json
index 84164cb6..ad9adabf 100644
--- a/content/search/search_index.json
+++ b/content/search/search_index.json
@@ -1 +1 @@
-{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
 Modules Downloads How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ 
is an open-source framework for building applications that are concurrent, 
distributed, resilient and elastic. Pekko uses the Actor Model to provide more 
intuitive high-level abstractions for concurrency. Using these abstractions, 
Pekko also provides libraries for persistence, streams, HTTP, and more. Pekko 
include [...]
\ No newline at end of file
+{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
 Modules Downloads How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ 
is an open-source framework for building applications that are concurrent, 
distributed, resilient and elastic. Pekko uses the Actor Model to provide more 
intuitive high-level abstractions for concurrency. Using these abstractions, 
Pekko also provides libraries for persistence, streams, HTTP, and more. Pekko 
include [...]
\ No newline at end of file
diff --git a/src/main/paradox/how-to-contribute.md 
b/src/main/paradox/how-to-contribute.md
index 551b13ce..1b396775 100644
--- a/src/main/paradox/how-to-contribute.md
+++ b/src/main/paradox/how-to-contribute.md
@@ -6,8 +6,8 @@ If you have questions about the contribution process or discuss 
specific issues,
 
 - [Pekko users mailing 
list](https://lists.apache.org/[email protected]): for Pekko 
usage discussions. [Subscribe](mailto:[email protected]) 
[Unsubscribe](mailto:[email protected])
 - [Pekko dev mailing 
list](https://lists.apache.org/[email protected]): for Pekko 
development discussions. [Subscribe](mailto:[email protected]) 
[Unsubscribe](mailto:[email protected])
-- [GitHub discussions](https://github.com/apache/incubator-pekko/discussions): 
for questions and general discussion.
-- [GitHub issues](https://github.com/apache/incubator-pekko/issues): for bug 
reports and feature requests. Please search the existing issues before creating 
new ones. If you are unsure whether you have found a bug, consider asking in 
GitHub discussions or the mailing list first.
+- [GitHub discussions](https://github.com/apache/pekko/discussions): for 
questions and general discussion.
+- [GitHub issues](https://github.com/apache/pekko/issues): for bug reports and 
feature requests. Please search the existing issues before creating new ones. 
If you are unsure whether you have found a bug, consider asking in GitHub 
discussions or the mailing list first.
 
 With GitHub, the Pekko code is split across @ref:[multiple 
repositories](modules.md). The links for GitHub discussions and issues
 above are related to the core repository. If you are aware of the right 
repository, then please use the discussions and issues
diff --git a/src/main/paradox/index.md b/src/main/paradox/index.md
index b8d6c5d8..c38cddab 100644
--- a/src/main/paradox/index.md
+++ b/src/main/paradox/index.md
@@ -90,7 +90,7 @@ Getting Started
     * 
[Docs](https://pekko.apache.org/docs/pekko-persistence-cassandra/current/)
     * [API](https://pekko.apache.org/api/pekko-persistence-cassandra/current/)
 * Apache Pekko Persistence DynamoDB
-    * [GitHub](https://github.com/apache/incubator-pekko-persistence-dynamodb)
+    * [GitHub](https://github.com/apache/pekko-persistence-dynamodb)
 * Apache Pekko Persistence JDBC
     * [Docs](https://pekko.apache.org/docs/pekko-persistence-jdbc/current/)
     * [API](https://pekko.apache.org/api/pekko-persistence-jdbc/current/)
diff --git a/src/main/paradox/modules.md b/src/main/paradox/modules.md
index a7afdcf2..31d3fdf2 100644
--- a/src/main/paradox/modules.md
+++ b/src/main/paradox/modules.md
@@ -7,7 +7,7 @@
 * pekko-connectors-kafka 
[docs](https://pekko.apache.org/docs/pekko-connectors-kafka/current/) 
[api](https://pekko.apache.org/api/pekko-connectors-kafka/current/)
 * pekko-management 
[docs](https://pekko.apache.org/docs/pekko-management/current/) 
[api](https://pekko.apache.org/api/pekko-management/current/)
 * pekko-persistence-cassandra 
[docs](https://pekko.apache.org/docs/pekko-persistence-cassandra/current/) 
[api](https://pekko.apache.org/api/pekko-persistence-cassandra/current/)
-* pekko-persistence-dynamodb 
[GitHub](https://github.com/apache/incubator-pekko-persistence-dynamodb)
+* pekko-persistence-dynamodb 
[GitHub](https://github.com/apache/pekko-persistence-dynamodb)
 * pekko-persistence-jdbc 
[docs](https://pekko.apache.org/docs/pekko-persistence-jdbc/current/) 
[api](https://pekko.apache.org/api/pekko-persistence-jdbc/current/)
 * pekko-persistence-r2dbc 
[docs](https://pekko.apache.org/docs/pekko-persistence-r2dbc/current/) 
[api](https://pekko.apache.org/api/pekko-persistence-r2dbc/current/)
 * pekko-projection 
[docs](https://pekko.apache.org/docs/pekko-projection/current/) 
[api](https://pekko.apache.org/api/pekko-projection/current/)
@@ -18,28 +18,28 @@ We are still working on fixing up the docs for some Pekko 
modules. You might als
 
 The Apache Pekko project is broken into several repositories:
 
-- [incubator-pekko](https://github.com/apache/incubator-pekko): contains the 
core Apache Pekko framework.
-    - 
[incubator-pekko-samples](https://github.com/apache/incubator-pekko-samples): 
various samples
-- 
[incubator-pekko-connectors](https://github.com/apache/incubator-pekko-connectors):
 contains connectors for other systems, such as Kafka, Cassandra, etc.
-    - 
[incubator-pekko-connectors-kafka](https://github.com/apache/incubator-pekko-connectors-kafka):
 contains the Kafka connector.
-    - 
[incubator-pekko-connectors-samples](https://github.com/apache/incubator-pekko-connectors-samples)
 (WIP): contains a sample connector.
-- [incubator-pekko-grpc](https://github.com/apache/incubator-pekko-grpc): 
contains the gRPC server module.
-- [incubator-pekko-http](https://github.com/apache/incubator-pekko-http): 
contains the HTTP server module.
-- 
[incubator-pekko-management](https://github.com/apache/incubator-pekko-management):
 contains the tools for operating with Pekko clusters.
-- 
[incubator-pekko-persistence-cassandra](https://github.com/apache/incubator-pekko-persistence-cassandra):
 contains the Cassandra persistence module.
-- 
[incubator-pekko-persistence-dynamodb](https://github.com/apache/incubator-pekko-persistence-dynamodb):
 contains the [DynamoDB](https://aws.amazon.com/dynamodb/) persistence module.
-- 
[incubator-pekko-persistence-jdbc](https://github.com/apache/incubator-pekko-persistence-jdbc):
 contains the JDBC persistence module.
-- 
[incubator-pekko-persistence-r2dbc](https://github.com/apache/incubator-pekko-persistence-r2dbc):
 contains the R2DBC persistence module.
-- 
[incubator-pekko-projection](https://github.com/apache/incubator-pekko-projection):
 contains the event sourcing and CQRS module.
-- 
[incubator-pekko-platform-guide](https://github.com/apache/incubator-pekko-platform-guide)
 (WIP): contains a Microservice built with Pekko tooling.
+- [pekko](https://github.com/apache/pekko): contains the core Apache Pekko 
framework.
+    - [pekko-samples](https://github.com/apache/pekko-samples): various samples
+- [pekko-connectors](https://github.com/apache/pekko-connectors): contains 
connectors for other systems, such as Kafka, Cassandra, etc.
+    - 
[pekko-connectors-kafka](https://github.com/apache/pekko-connectors-kafka): 
contains the Kafka connector.
+    - 
[pekko-connectors-samples](https://github.com/apache/pekko-connectors-samples) 
(WIP): contains a sample connector.
+- [pekko-grpc](https://github.com/apache/pekko-grpc): contains the gRPC server 
module.
+- [pekko-http](https://github.com/apache/pekko-http): contains the HTTP server 
module.
+- [pekko-management](https://github.com/apache/pekko-management): contains the 
tools for operating with Pekko clusters.
+- 
[pekko-persistence-cassandra](https://github.com/apache/pekko-persistence-cassandra):
 contains the Cassandra persistence module.
+- 
[pekko-persistence-dynamodb](https://github.com/apache/pekko-persistence-dynamodb):
 contains the [DynamoDB](https://aws.amazon.com/dynamodb/) persistence module.
+- [pekko-persistence-jdbc](https://github.com/apache/pekko-persistence-jdbc): 
contains the JDBC persistence module.
+- 
[pekko-persistence-r2dbc](https://github.com/apache/pekko-persistence-r2dbc): 
contains the R2DBC persistence module.
+- [pekko-projection](https://github.com/apache/pekko-projection): contains the 
event sourcing and CQRS module.
+- [pekko-platform-guide](https://github.com/apache/pekko-platform-guide) 
(WIP): contains a Microservice built with Pekko tooling.
 
 In addition to the above, there are also the following QuickStart templates:
 
-- [Quickstart 
(Scala)](https://github.com/apache/incubator-pekko-quickstart-scala.g8)
-- [Quickstart 
(Java)](https://github.com/apache/incubator-pekko-quickstart-java.g8)
-- [HTTP Quickstart 
(Scala)](https://github.com/apache/incubator-pekko-http-quickstart-scala.g8)
-- [HTTP Quickstart 
(Java)](https://github.com/apache/incubator-pekko-http-quickstart-java.g8)
-- [gRPC Quickstart 
(Scala)](https://github.com/apache/incubator-pekko-grpc-quickstart-scala.g8)
-- [gRPC Quickstart 
(Java)](https://github.com/apache/incubator-pekko-grpc-quickstart-java.g8)
+- [Quickstart (Scala)](https://github.com/apache/pekko-quickstart-scala.g8)
+- [Quickstart (Java)](https://github.com/apache/pekko-quickstart-java.g8)
+- [HTTP Quickstart 
(Scala)](https://github.com/apache/pekko-http-quickstart-scala.g8)
+- [HTTP Quickstart 
(Java)](https://github.com/apache/pekko-http-quickstart-java.g8)
+- [gRPC Quickstart 
(Scala)](https://github.com/apache/pekko-grpc-quickstart-scala.g8)
+- [gRPC Quickstart 
(Java)](https://github.com/apache/pekko-grpc-quickstart-java.g8)
 
-[incubator-pekko-sbt-paradox](https://github.com/apache/incubator-pekko-sbt-paradox)
 contains the documentation functions and theming for Pekko.
+[pekko-sbt-paradox](https://github.com/apache/pekko-sbt-paradox) contains the 
documentation functions and theming for Pekko.
diff --git a/src/main/paradox/samples.md b/src/main/paradox/samples.md
index 924f2251..5be8c474 100644
--- a/src/main/paradox/samples.md
+++ b/src/main/paradox/samples.md
@@ -1,6 +1,6 @@
 # Samples
 
-The samples can be download using Git from 
[pekko-samples](https://github.com/apache/incubator-pekko-samples).
+The samples can be download using Git from 
[pekko-samples](https://github.com/apache/pekko-samples).
 
 * [Pekko Cluster with 
Scala](https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-cluster-scala/)
 * [Pekko Cluster with 
Java](https://pekko.apache.org/docs/pekko-samples/current/pekko-sample-cluster-java/)
@@ -22,5 +22,5 @@ The samples can be download using Git from 
[pekko-samples](https://github.com/ap
 
 Migrating the following samples and guides from Akka to Pekko falls under the 
heading 'Help Wanted'.
 
-* 
[pekko-connectors-samples](https://github.com/apache/incubator-pekko-connectors-samples)
-* 
[pekko-platform-guide](https://github.com/apache/incubator-pekko-platform-guide)
\ No newline at end of file
+* 
[pekko-connectors-samples](https://github.com/apache/pekko-connectors-samples)
+* [pekko-platform-guide](https://github.com/apache/pekko-platform-guide)
\ No newline at end of file
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 89f2e89d..737e96f0 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -62,7 +62,7 @@ RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs
 
 # Security Headers
 Header set Strict-Transport-Security "max-age=31536000"
-# https://github.com/apache/incubator-pekko-sbt-paradox/issues/110 is open for 
https://api.github.com/
+# https://github.com/apache/pekko-sbt-paradox/issues/110 is open for 
https://api.github.com/
 Header set Content-Security-Policy "default-src 'self' https://api.github.com/ 
https://pekko.apache.org/ ; style-src 'self' https://pekko.apache.org/ 
'unsafe-inline' ; script-src 'self' https://pekko.apache.org/ 'unsafe-inline' ; 
frame-src 'self' ;"
 Header always set X-Frame-Options SAMEORIGIN
 Header set X-Content-Type-Options nosniff


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

Reply via email to