Skip to content

Commit

Permalink
broken migration guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 15, 2024
1 parent afd1031 commit bb7c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/migration-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb7c9aa

Please sign in to comment.