From 98aa53d0e452a23e233c651f3b0039036a419912 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Tue, 26 May 2020 16:27:10 +0100 Subject: [PATCH] Change Changelog link to point at Changelog readme Make the contributing document link to how to create a changelog rather than just linking to the Changelog itself. Backport to 2.16 Signed-off-by: Paul Elliott --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1ae452e2..db8689f6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,4 +79,4 @@ Mbed TLS is well documented, but if you think documentation is needed, speak out 1. Complex parts in the code should include comments. 1. If needed, a Readme file is advised. 1. If a [Knowledge Base (KB)](https://tls.mbed.org/kb) article should be added, write this as a comment in the PR description. -1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog) entry should be added for this contribution. +1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry should be added for this contribution.