This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit bb7c9aadd94cc065788db56f769eaf08b04ba38e Author: PJ Fanning <[email protected]> AuthorDate: Sun Sep 15 01:38:52 2024 +0100 broken migration guide link --- docs/src/main/paradox/migration-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/migration-guide/index.md b/docs/src/main/paradox/migration-guide/index.md index 92d5435df..129db59f8 100644 --- a/docs/src/main/paradox/migration-guide/index.md +++ b/docs/src/main/paradox/migration-guide/index.md @@ -3,7 +3,7 @@ @@toc { depth=3 } * If you are currently using an old version of Akka HTTP or Spray, you should first follow the [Akka HTTP migration guide](https://doc.akka.io/docs/akka-http/10.2/migration-guide/index.html) -* The @extref:[migration guide](pekko-docs:project/migration-guides.html) for the core Apache Pekko libs is a useful guideline. +* The @extref:[migration guide](pekko-docs:project/migration/index.md) for the core Apache Pekko libs is a useful guideline. * for Pekko jar dependencies, the groupId is "org.apache.pekko" instead of "com.typesafe.akka" * the jar names start with "pekko" instead of "akka" - e.g. pekko-http_2.13.jar instead of akka-http_2.13.jar * If you have a dependency akka-http2-support, Pekko does not need a separate jar. The support is built into main pekko-http jars. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
