From f09098618b8620120dc5180bf4d01b5ce48328ca Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 25 Nov 2024 08:57:53 +0100 Subject: [PATCH] broken link in release 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 1f8414d22d1..cab8e3b77f0 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -74,7 +74,7 @@ properly acknowledged, please get in touch. We haven't had to fix many bugs that were in Akka 2.6.20. * Optimized JsonFraming breaks existing functionality in v2.6.20 ([PR44](https://github.com/apache/pekko/pull/44)) -* Use random IDs in Async DNS Resolver. This change was made due to [CVE-2023-31442](https://akka.io/security/akka-async-dns-2023-31442.html) in Akka. ([#384](https://github.com/apache/pekko/issues/384)) +* Use random IDs in Async DNS Resolver. This change was made due to [CVE-2023-31442](https://doc.akka.io/reference/security-announcements/akka-async-dns-2023-31442.html) in Akka. ([#384](https://github.com/apache/pekko/issues/384)) * Include critical TLS fix from Akka 2.6.21 ([#442](https://github.com/apache/pekko/issues/442)) ### Dependency Upgrades