aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-04-17 10:35:57 +0200
committerClément Bénier <clement.benier@iot.bzh>2019-04-17 10:37:59 +0200
commita8767d5d0a4fabaa56dfcae3d2a1251b21f214a0 (patch)
tree2f49f7dabddd057fffd1dac3a940cd02dfe03ea3
parentfe1043783f7b188a6a581e0cf0b34d34181f8662 (diff)
docs/1_Write_the_tests: fix broken links
Change-Id: Ibbeb0644191e14ee090f10e587d9f7797bfa3d25 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r--docs/1_Write_the_tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/1_Write_the_tests.md b/docs/1_Write_the_tests.md
index 6586411..ea023c6 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