From 9396bcd269be2f343a0513587d9b3abb09f8c37e Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 1 Dec 2024 10:24:52 +0100 Subject: [PATCH] fix broken akka link (1.0 docs) --- docs/src/main/paradox/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index 5bd2cd2a..98fa9c80 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -20,7 +20,7 @@ properly acknowledged, please get in touch. ### Bug Fixes We haven't had to fix many significant bugs that were in Alpakka Kafka 3.0.1. -* Properly mask all sensitive fields in Consumer and Producer settings [PR100](https://github.com/apache/pekko-connectors-kafka/pull/100) (Alpakka Kafka [CVE-2023-29471](https://akka.io/security/alpakka-kafka-cve-2023-29471.html)) +* Properly mask all sensitive fields in Consumer and Producer settings [PR100](https://github.com/apache/pekko-connectors-kafka/pull/100) (Alpakka Kafka [CVE-2023-29471](https://doc.akka.io/reference/security-announcements/alpakka-kafka-cve-2023-29471.html)) ### Additions