aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSimon Butcher <simon.butcher@arm.com>2018-07-23 23:57:07 +0100
committerSimon Butcher <simon.butcher@arm.com>2018-07-23 23:59:24 +0100
commit6965f771de04408d4050d75576c64b7188ecd3f1 (patch)
tree8617ba9be69563a874e8461cf000433ee671c20a /CONTRIBUTING.md
parent5a5d03f025dcd170e4580ca5c9c18a6fc85b2f8e (diff)
downloadmbedtls-6965f771de04408d4050d75576c64b7188ecd3f1.zip
mbedtls-6965f771de04408d4050d75576c64b7188ecd3f1.tar.gz
mbedtls-6965f771de04408d4050d75576c64b7188ecd3f1.tar.bz2
Fix use of Knowledge Base in documentation
Made the use of 'Knowledge Base' consistent in the CONTRIBUTING.md and README.md files.
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 83e04f8..8fb8ab8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,7 @@ As mentioned, tests that show the correctness of the feature or bug fix should b
Mbed TLS includes a comprehensive set of test suites in the `tests/` directory that are dynamically generated to produce the actual test source files (e.g. `test_suite_mpi.c`). These files are generated from a `function file` (e.g. `suites/test_suite_mpi.function`) and a `data file` (e.g. `suites/test_suite_mpi.data`). The function file contains the test functions. The data file contains the test cases, specified as parameters that will be passed to the test function.
-[A knowledgebase article describing how to add additional tests is available on the Mbed TLS website](https://tls.mbed.org/kb/development/test_suites).
+[A Knowledge Base article describing how to add additional tests is available on the Mbed TLS website](https://tls.mbed.org/kb/development/test_suites).
A test script `tests/scripts/basic-build-test.sh` is available to show test
coverage of the library. New code contributions should provide a similar level