From 5cafa8c82618db013546755864412a3db8074641 Mon Sep 17 00:00:00 2001
From: Nikola Matic <nikola.matic@ethereum.org>
Date: Wed, 8 Nov 2023 12:25:03 +0100
Subject: [PATCH] Fix link in bugs.json for 0.8.23

---
 docs/bugs.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/bugs.json b/docs/bugs.json
index 6e2468600537..c853f95eddea 100644
--- a/docs/bugs.json
+++ b/docs/bugs.json
@@ -4,7 +4,7 @@
         "name": "VerbatimInvalidDeduplication",
         "summary": "All ``verbatim`` blocks are considered identical by deduplicator and can incorrectly be unified when surrounded by identical opcodes.",
         "description": "The block deduplicator is a step of the opcode-based optimizer which identifies equivalent assembly blocks and merges them into a single one. However, when blocks contained ``verbatim``, their comparison was performed incorrectly, leading to the collapse of assembly blocks which are identical except for the contents of the ``verbatim`` items. Since ``verbatim`` is only available in Yul, compilation of Solidity sources is not affected.",
-        "link": "https://blog.soliditylang.org/2023/X/Y/Z/",
+        "link": "https://blog.soliditylang.org/2023/11/08/verbatim-invalid-deduplication-bug/",
         "introduced": "0.8.5",
         "fixed": "0.8.23",
         "severity": "low"