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-http.git
The following commit(s) were added to refs/heads/main by this push:
new 8d47abcc9 reference the pekko g8 templates (#112)
8d47abcc9 is described below
commit 8d47abcc95cacbd2780df04eae81cd4134cb848c
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Mar 21 15:00:35 2023 +0100
reference the pekko g8 templates (#112)
---
docs/src/main/paradox/introduction.md | 6 ++----
docs/src/main/paradox/routing-dsl/index.md | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/docs/src/main/paradox/introduction.md
b/docs/src/main/paradox/introduction.md
index 86b819a00..f8981b74f 100644
--- a/docs/src/main/paradox/introduction.md
+++ b/docs/src/main/paradox/introduction.md
@@ -54,16 +54,14 @@ For Scala (sbt)
@@@ div { .group-java }
For Java (Maven or Gradle)
: ```sh
- sbt new akka/akka-http-quickstart-java.g8
+ sbt new theiterators/pekko-http-quickstart-java.g8
```
From there on the prepared project can be built using Gradle or Maven.
-Unfortunately, we do not yet have a Java template but it should be easy to
migrate an Akka project to use
-Pekko instead.
@@@
More instructions can be found on the @scala[[template
project](https://github.com/theiterators/pekko-http-quickstart-scala.g8)]@java[[template
-project](https://github.com/akka/akka-http-quickstart-java.g8)].
+project](https://github.com/theiterators/pekko-http-quickstart-java.g8)].
## Routing DSL for HTTP servers
diff --git a/docs/src/main/paradox/routing-dsl/index.md
b/docs/src/main/paradox/routing-dsl/index.md
index 1cf938ae6..07fabc43f 100644
--- a/docs/src/main/paradox/routing-dsl/index.md
+++ b/docs/src/main/paradox/routing-dsl/index.md
@@ -55,7 +55,7 @@ the Routing DSL will look like:
## Getting started
-The project template in @scala[[Apache Pekko HTTP Quickstart for
Scala](https://developer.lightbend.com/guides/akka-http-quickstart-scala/)]@java[[Apache
Pekko HTTP Quickstart for
Java](https://developer.lightbend.com/guides/akka-http-quickstart-java/)] will
help you to get a working Apache Pekko HTTP server running.
+The project template in @scala[[Apache Pekko HTTP Quickstart for
Scala](https://github.com/theiterators/pekko-http-quickstart-scala.g8)]@java[[Apache
Pekko HTTP Quickstart for
Java](https://github.com/theiterators/pekko-http-quickstart-java.g8)] will help
you to get a working Apache Pekko HTTP server running.
## Compared with Play framework routes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]