From 6a49a60bd740a3556098565eeb1150a828a01769 Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:48:34 +0000 Subject: [PATCH 1/5] Update README.md Fix link to CMakeInstructions.md --- Examples/Ex2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Ex2/README.md b/Examples/Ex2/README.md index 3c96cc3e7193e..3f1b9d734ff97 100644 --- a/Examples/Ex2/README.md +++ b/Examples/Ex2/README.md @@ -4,4 +4,4 @@ ## Ex2 A basic library with a Root dictionary -See [CMakeInstructions](../doc/CMakeInstructions.md) for an explanation about this directory. +See [CMakeInstructions](/doc/CMakeInstructions.md) for an explanation about this directory. From c77074a4ff4f6cfad1bcdb9e273cd8140b2b4e72 Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:48:56 +0000 Subject: [PATCH 2/5] Update README.md Fix link to CMakeInstructions.md --- Examples/Ex3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Ex3/README.md b/Examples/Ex3/README.md index 879ff48227de8..e0a1a35c1051c 100644 --- a/Examples/Ex3/README.md +++ b/Examples/Ex3/README.md @@ -4,4 +4,4 @@ ## Ex3 Adding an executable -See [CMakeInstructions](../doc/CMakeInstructions.md) for an explanation about this directory. +See [CMakeInstructions](/doc/CMakeInstructions.md) for an explanation about this directory. From 064983c9655a210f775167c86dc70945312a324b Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:49:17 +0000 Subject: [PATCH 3/5] Update README.md Fix link to CMakeInstructions.md --- Examples/Ex4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Ex4/README.md b/Examples/Ex4/README.md index 9e526d06a4636..6743ca4fc2705 100644 --- a/Examples/Ex4/README.md +++ b/Examples/Ex4/README.md @@ -4,4 +4,4 @@ ## Ex4 Adding tests -See [CMakeInstructions](../doc/CMakeInstructions.md) for an explanation about this directory. +See [CMakeInstructions](/doc/CMakeInstructions.md) for an explanation about this directory. From 91e1bf2e83709e2ec697e7a568bd22cf06c9d7d4 Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:49:36 +0000 Subject: [PATCH 4/5] Update README.md Fix link to CMakeInstructions.md --- Examples/Ex5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Ex5/README.md b/Examples/Ex5/README.md index ebc693bb0c68a..6e309644afd4f 100644 --- a/Examples/Ex5/README.md +++ b/Examples/Ex5/README.md @@ -4,4 +4,4 @@ ## Ex5 Adding a man page -See [CMakeInstructions](../doc/CMakeInstructions.md) for an explanation about this directory. +See [CMakeInstructions](/doc/CMakeInstructions.md) for an explanation about this directory. From 048422ce6e5ca93cc02dd86d461c76be7e432600 Mon Sep 17 00:00:00 2001 From: aimeric-landou <46970521+aimeric-landou@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:50:11 +0000 Subject: [PATCH 5/5] 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.