From f106cba28e28683871011aa239e89c6f6556ee03 Mon Sep 17 00:00:00 2001 From: Antonio Gutierrez Date: Mon, 5 Aug 2019 23:58:42 +0200 Subject: [PATCH 1/2] install/verify: fix next section link The next section in the book is the "Getting Started", not the already seen section Hardware in the same chapter. Signed-off-by: Antonio Gutierrez --- src/intro/install/verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/install/verify.md b/src/intro/install/verify.md index 873fb3db..759cba6b 100644 --- a/src/intro/install/verify.md +++ b/src/intro/install/verify.md @@ -45,7 +45,7 @@ The contents may not match exactly but you should get the last line about breakpoints and watchpoints. If you got it then terminate the OpenOCD process and move to the [next section]. -[next section]: ../hardware.md +[next section]: ../../../start/index.md If you didn't get the "breakpoints" line then try the following command. From db6bd32c662c48983c74e9c55b4d3b0ac4dd5ff7 Mon Sep 17 00:00:00 2001 From: Antonio Gutierrez Date: Tue, 6 Aug 2019 00:56:25 +0200 Subject: [PATCH 2/2] install/verify: Fix broken link pointed by bors Signed-off-by: Antonio Gutierrez --- src/intro/install/verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/install/verify.md b/src/intro/install/verify.md index 759cba6b..ad58c003 100644 --- a/src/intro/install/verify.md +++ b/src/intro/install/verify.md @@ -45,7 +45,7 @@ The contents may not match exactly but you should get the last line about breakpoints and watchpoints. If you got it then terminate the OpenOCD process and move to the [next section]. -[next section]: ../../../start/index.md +[next section]: ../../start/index.md If you didn't get the "breakpoints" line then try the following command.