From 8e115adeaf18e43c4b8898a61b6e4a371859191a Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:47:38 +0000 Subject: [PATCH] Update README.md Fix link to CMakeInstructions.md --- Examples/Ex1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Ex1/README.md b/Examples/Ex1/README.md index c42b9451d79d8..6a5602bb29901 100644 --- a/Examples/Ex1/README.md +++ b/Examples/Ex1/README.md @@ -4,4 +4,4 @@ ## Ex1 A basic example with one library -See [CMakeInstructions](../doc/CMakeInstructions.md) for an explanation about this directory. +See [CMakeInstructions](/doc/CMakeInstructions.md) for an explanation about this directory.