From 6b07ca4bb27ada1a8f8d98fdcf4bcc51f364fe97 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Wed, 17 Apr 2019 10:35:57 +0200 Subject: docs/1_Write_the_tests: fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibbeb0644191e14ee090f10e587d9f7797bfa3d25 Signed-off-by: Clément Bénier --- docs/1_Write_the_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg