summaryrefslogtreecommitdiffstats
path: root/NOTES-VALGRIND.md
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-02-01 18:57:40 +0100
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-02-12 20:41:32 +0100
commit4148581eb25db2aec132a5037d9de14c3b0eab48 (patch)
tree880fbf44311c4c305c72056b0f9d61d34bfcddb9 /NOTES-VALGRIND.md
parentdc589daec888b64af405baeefa24afbb5b8823fb (diff)
Unify the markdown links to the NOTES and README files
In many locations, the files have been converted to markdown syntactically, but don't utilize the power of markdown yet. Here, instead of just repeating the file name, the markdown link now shows the title of the document. Additionally, the notes are now reference in the same order in both the README and the INSTALL file. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14042)
Diffstat (limited to 'NOTES-VALGRIND.md')
-rw-r--r--NOTES-VALGRIND.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-VALGRIND.md b/NOTES-VALGRIND.md
index 00647cbd9b..a37e323e23 100644
--- a/NOTES-VALGRIND.md
+++ b/NOTES-VALGRIND.md
@@ -1,5 +1,5 @@
-NOTES FOR VALGRIND
-==================
+Notes on Valgrind
+=================
Valgrind is a test harness that includes many tools such as memcheck,
which is commonly used to check for memory leaks, etc. The default tool