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 08:37:03 +0000 |
commit | efec96681c48ff08f5d13f7f95580d603637650a (patch) | |
tree | 800aa99ae66981946ef03090dbb116b60c910bcf /docs | |
parent | b39e838a7bd55ffba439ab4edae339e3bc515972 (diff) |
docs/1_Write_the_tests: fix broken linksguppy_7.0.2guppy/7.0.27.0.2
Change-Id: Ibbeb0644191e14ee090f10e587d9f7797bfa3d25
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs')
-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 |