commit | de1d72d069f47d8b2228b0156a0f8871f2d78fba | [log] [tgz] |
---|---|---|
author | Fabio Utzig <fabio.utzig@nordicsemi.no> | Tue Nov 10 12:35:04 2020 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Nov 10 14:19:19 2020 -0300 |
tree | 9b98d53b2cc7145a04afbdf50ead2cb36b1d6b9f | |
parent | c06694e25cf355b47ceeebda27c5d59808acc16c [diff] [blame] |
doc: fix github urls to use the new org Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
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.