From 464969b8333b9adfcf994a5888130489a4480d50 Mon Sep 17 00:00:00 2001
From: Nicolas <69248573+niwoerner@users.noreply.github.com>
Date: Sat, 7 Dec 2024 00:46:13 +0100
Subject: [PATCH] [chore] fix broken chrony link (#36702)

#### Link to tracking issue
Fixes
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36701

Related to this issue and fix:

Issue:
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/24049
Fix:
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24050

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c59cd50af7f..77de43683da9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5153,7 +5153,7 @@ This version has been skipped.
 
 ### 🚀 New components 🚀
 - `telemetryquerylanguage`: Expose the telemetry query language as a package. (#11751)
-- `chronyreceiver`: -| This component is a pure go implementation for capturing data from [chrony](https://chrony.tuxfamily.org/) (#11789)
+- `chronyreceiver`: -| This component is a pure go implementation for capturing data from [chrony](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite) (#11789)
 - `otlpjsonfilereceiver`: Add a new file receiver reading JSON-encoded OTLP data, after [serialization specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md#json-file-serialization) (#10836)
 - `pulsarexporter`: Add Apache Pulsar exporter (#9795)
 - `solacereceiver`: Add Solace receiver to receive trace data from a Solace PubSub+ Event Broker. (#10572)