From de0598cbc3691e2443b6d9ac90b9ea464b7678e0 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 18 Feb 2025 11:52:41 +0100 Subject: [PATCH] Link ChangeLog to doc/arm/changelog.rst Currently, the ChangeLog file is a dangling symlink pointing to the removed CHANGES file. Fix the link by pointing to doc/arm/changelog.rst. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d67d252bf3..d0de56f114 120000 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -CHANGES \ No newline at end of file +doc/arm/changelog.rst \ No newline at end of file