diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2019-04-17 10:35:57 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2019-04-17 10:35:57 +0200 |
commit | 6b07ca4bb27ada1a8f8d98fdcf4bcc51f364fe97 (patch) | |
tree | 72e10cddc8dce75174ffbbecb4ed721640173745 /docs/1_Write_the_tests.md | |
parent | 2042fdbcdf8f3c233259617bdfdb76ac2ab634eb (diff) |
docs/1_Write_the_tests: fix broken links
Change-Id: Ibbeb0644191e14ee090f10e587d9f7797bfa3d25
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs/1_Write_the_tests.md')
-rw-r--r-- | docs/1_Write_the_tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/1_Write_the_tests.md b/docs/1_Write_the_tests.md index c535a08..1fb8880 100644 --- a/docs/1_Write_the_tests.md +++ b/docs/1_Write_the_tests.md @@ -198,7 +198,7 @@ need more functions, use the ones that call a callback. If the test is more comp more comprehensive then *describe* your test function using *assert* functions. Following is an example. -See the test framework functions [References](Reference/Introduction.md) for a +See the test framework functions [References](Reference/0_BindingTestFunctions.html) for a comprehensive list of available *tests* and *assertions* functions. ### Tests example |