From 171e7e3047eb5c2e5ee2e6d189631279b87a2086 Mon Sep 17 00:00:00 2001 From: John Dallaway Date: Tue, 15 Nov 2022 21:35:27 +0000 Subject: [PATCH] Fix CHANGELOG-API anchor (#168) --- NewAndNoteworthy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewAndNoteworthy/README.md b/NewAndNoteworthy/README.md index 98b426723f3..93a8baf74b0 100644 --- a/NewAndNoteworthy/README.md +++ b/NewAndNoteworthy/README.md @@ -50,7 +50,7 @@ This may lead to some minor rendering issues that hopefully do not detract too m ## API Changes -The Eclipse CDT project announces and tracks breaking API changes in [CHANGELOG-API][CHANGELOG-API.md]. +The Eclipse CDT project announces and tracks breaking API changes in [CHANGELOG-API](CHANGELOG-API.md).
How to write a New & Noteworthy entry