From 3a9e2e26cfaf01212119938b36cbbc7e3579ccea Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Thu, 24 Oct 2024 20:29:51 +0200 Subject: [PATCH] docs(contributing): fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19bac41bbfc8..913183bff9f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -451,7 +451,7 @@ assert.same(t1, t2) #### Writing changelog -Please follow the guidelines in [Changelog Readme](https://github.com/Kong/kong/blob/master/CHANGELOG/README.md) +Please follow the guidelines in [Changelog Readme](https://github.com/Kong/kong/blob/master/changelog/README.md) on how to write a changelog for your change. [Back to TOC](#table-of-contents)