summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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