From 97a1cdc4902eac0149b0e2f8a0ac9fa663afe408 Mon Sep 17 00:00:00 2001
From: Zahary Karadjov <zahary@status.im>
Date: Fri, 14 Oct 2022 16:16:47 +0300
Subject: [PATCH] Correct some PR URLs in the v22.10.1 Release Notes

---
 CHANGELOG.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cfa3b7413..b96435c8be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,11 +13,10 @@ Nimbus `v22.10.1` is a `low-urgency` point release introducing support for the o
 ### Fixes:
 
 * Nimbus was slowly leaking file descriptors when paired with an external builder:
-https://github.com/status-im/nim-chronos/pull/323
-
+  https://github.com/status-im/nimbus-eth2/pull/4235
 
 * Nimbus could potentially crash under a poor network connectivity to an external builder:
-https://github.com/status-im/nimbus-eth2/pull/4222
+  https://github.com/status-im/nimbus-eth2/pull/4222
 
 
 2022-10-03 v22.10.0