diff --git a/src/appendix/troubleshooting.md b/src/appendix/troubleshooting.md index 431a3ae..7a00f7f 100644 --- a/src/appendix/troubleshooting.md +++ b/src/appendix/troubleshooting.md @@ -24,11 +24,9 @@ in procedure 'ocd_bouncer' - Linux: You may not have enough permission to open the device. Try again with `sudo`. If that works, you can use [these instructions] to make OpenOCD work without root privilege. -- Windows: You are probably missing the ST-LINK USB driver. Installation - instructions [here]. +- Windows: You are probably missing the USB drivers. -[these instructions]: 03-setup/linux.html#udev%20rules -[here]: 03-setup/windows.html#ST-LINK%20USB%20driver +[these instructions]: setup/LINUX.html#udev%20rules ### can't connect to OpenOCD - "Polling again in X00ms" diff --git a/src/setup/LINUX.md b/src/setup/LINUX.md index 14bc98e..5a82379 100644 --- a/src/setup/LINUX.md +++ b/src/setup/LINUX.md @@ -85,7 +85,7 @@ $ # ^^^^ If `uucp` appears in the output. You are all set! Go to the [next section]. Otherwise, keep reading: -[next section]: 03-setup/verify.html +[next section]: setup/VERIFY.html - Add yourself to the `uucp` group. diff --git a/src/setup/MACOS.md b/src/setup/MACOS.md index fdb090d..fef7663 100644 --- a/src/setup/MACOS.md +++ b/src/setup/MACOS.md @@ -16,4 +16,4 @@ Caskroom/tap` first and try again. That's all! Go to the [next section]. -[next section]: 03-setup/VERIFY.html +[next section]: setup/VERIFY.html diff --git a/src/setup/VERIFY.md b/src/setup/VERIFY.md index 9ea1a2a..7b084d5 100644 --- a/src/setup/VERIFY.md +++ b/src/setup/VERIFY.md @@ -30,7 +30,7 @@ crw-rw---- 1 root uucp 189, 160 Jul 8 14:06 /dev/bus/usb/002/033 The group should be `uucp`. If it's not ... then check your [udev rules] and try re-loading them with: -[udev rules]: 03-setup/linux.html#udev%20rules +[udev rules]: setup/LINUX.html#udev%20rules ``` console $ sudo udevadm control --reload-rules @@ -79,7 +79,7 @@ Info : nrf51.cpu: hardware has 4 breakpoints, 2 watchpoints (If you don't ... then check the [general troubleshooting] instructions.) -[general troubleshooting]: appendix/1-general-troubleshooting/README.html +[general troubleshooting]: appendix/troubleshooting.html `openocd` will block the terminal. That's fine. diff --git a/src/setup/WINDOWS.md b/src/setup/WINDOWS.md index a70d0bb..1877c50 100644 --- a/src/setup/WINDOWS.md +++ b/src/setup/WINDOWS.md @@ -42,4 +42,4 @@ Download the latest `putty.exe` from [this site] and place it somewhere in your That's all! Go to the [next section]. -[next section]: 03-setup/VERIFY.html +[next section]: setup/VERIFY.html