doc: fix github urls to use the new org
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
diff --git a/samples/zephyr/mcutests/mcutests.go b/samples/zephyr/mcutests/mcutests.go
index 159ab77..e250f98 100644
--- a/samples/zephyr/mcutests/mcutests.go
+++ b/samples/zephyr/mcutests/mcutests.go
@@ -1,5 +1,5 @@
// Package mcutests
-package mcutests // github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests
+package mcutests // github.com/mcu-tools/mcuboot/samples/zephyr/mcutests
// The main driver of this consists of a series of tests. Each test
// then contains a series of commands and expect results.
diff --git a/samples/zephyr/run-tests.go b/samples/zephyr/run-tests.go
index 56657f8..f55b0a6 100644
--- a/samples/zephyr/run-tests.go
+++ b/samples/zephyr/run-tests.go
@@ -25,7 +25,7 @@
"strings"
"time"
- "github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests"
+ "github.com/mcu-tools/mcuboot/samples/zephyr/mcutests"
)
// logIn gives the pathname of the log output from the Zephyr device.