From f09098618b8620120dc5180bf4d01b5ce48328ca Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 25 Nov 2024 08:57:53 +0100 Subject: [PATCH 1/2] 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 From 3264bdf70e70a985b7607f1ebd06ca0626954767 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 7 Nov 2024 14:37:06 +0100 Subject: [PATCH 2/2] fix: link to GitHub for Hyperic Sigar (#1552) sigar seems dormant: the website is not on 'https', and has become entirely unreachable recently. The repo hasn't seen an update since 9 years. Perhaps we should consider whether it's responsible to still link to it at all - but for now let's at least link to the GitHub repo instead of the defunct website. --- docs/src/main/paradox/cluster-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/cluster-metrics.md b/docs/src/main/paradox/cluster-metrics.md index 4562e352d6f..44ad06b75a5 100644 --- a/docs/src/main/paradox/cluster-metrics.md +++ b/docs/src/main/paradox/cluster-metrics.md @@ -82,7 +82,7 @@ ClusterMetricsExtension.get(system).subscribe(metricsListenerActor); ## Hyperic Sigar Provisioning -Both user-provided and built-in metrics collectors can optionally use [Hyperic Sigar](http://www.hyperic.com/products/sigar) +Both user-provided and built-in metrics collectors can optionally use [Hyperic Sigar](https://github.com/hyperic/sigar) for a wider and more accurate range of metrics compared to what can be retrieved from ordinary JMX MBeans. Sigar is using a native o/s library, and requires library provisioning, i.e.