aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPaul Elliott <paul.elliott@arm.com>2020-05-21 15:46:43 +0100
committerPaul Elliott <paul.elliott@arm.com>2020-05-21 16:25:56 +0100
commit8c4fd40bf6eb066c3270aef20fb538cf94255769 (patch)
tree763b733b0ba5fd3bfbcb773b576b27de28e2037b /CONTRIBUTING.md
parentbdd5ba98e809c43c509770b39b787a3b00c67b55 (diff)
downloadmbedtls-8c4fd40bf6eb066c3270aef20fb538cf94255769.zip
mbedtls-8c4fd40bf6eb066c3270aef20fb538cf94255769.tar.gz
mbedtls-8c4fd40bf6eb066c3270aef20fb538cf94255769.tar.bz2
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. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c1ae452..db8689f 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.