From 3548df321e8348967536bb39eef882873da0fe58 Mon Sep 17 00:00:00 2001 From: Kurtis Lew Date: Wed, 2 Sep 2020 18:44:38 -0700 Subject: [PATCH] Update docs/docs/troubleshooting.md Removed relative URL Co-authored-by: Pete Johanson --- docs/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index b9843053..3ceaee45 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -10,7 +10,7 @@ The following page provides suggestions for common errors that may occur during ### Environment Variables not Defined An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined. -For more information, click [here](../docs/dev-setup#environment-variables). +For more information, click [here](/docs/dev-setup#environment-variables). ### Improperly defined keymap