From f07484dc11c64a1f776371a8e68baa4b949a26dc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 10 Sep 2024 21:29:41 +0100 Subject: [PATCH] Update examples-and-extensions.md --- docs/src/main/paradox/examples-and-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/examples-and-extensions.md b/docs/src/main/paradox/examples-and-extensions.md index ffcc88b3e..ad8184c71 100644 --- a/docs/src/main/paradox/examples-and-extensions.md +++ b/docs/src/main/paradox/examples-and-extensions.md @@ -7,7 +7,7 @@ If you are aware of any interesting examples that use Apache Pekko HTTP, please notify us or create a PR to modify this page. ## Extensions -There are several [third party libraries](https://doc.akka.io/docs/akka-http/10.2/extensions.html) that expand the functionality of Apache Pekko HTTP including: +There are several third party libraries that expand the functionality of Apache Pekko HTTP including: - [aws-spi-pekko-http](https://github.com/pjfanning/aws-spi-pekko-http): Provides a non-blocking HTTP Client that works with the [AWS Java SDK v2](https://github.com/aws/aws-sdk-java-v2). This project is now part of [Pekko Connectors](https://pekko.apache.org/docs/pekko-connectors/current/) starting with v1.1.0. - [pekko-http-json](https://github.com/pjfanning/pekko-http-json): Integrate some of the best JSON libs in Scala with Pekko HTTP.