doc: fix github urls to use the new org
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
diff --git a/README.md b/README.md
index a9aba69..1fc24d5 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# [mcuboot](http://mcuboot.com/)
[][coverity]
-[][travis]
+[][travis]
[coverity]: https://scan.coverity.com/projects/mcuboot
-[travis]: https://travis-ci.org/JuulLabs-OSS/mcuboot
+[travis]: https://travis-ci.org/mcu-tools/mcuboot
This is mcuboot version 1.7.0-rc1
@@ -33,7 +33,7 @@
The issues being planned and worked on are tracked using GitHub issues. To
participate please visit:
-[MCUBoot GitHub Issues](https://github.com/JuulLabs-OSS/mcuboot/issues)
+[MCUBoot GitHub Issues](https://github.com/mcu-tools/mcuboot/issues)
~~Issues were previously tracked on [MCUboot JIRA](https://runtimeco.atlassian.net/projects/MCUB/summary)
, but it is now deprecated.~~
diff --git a/boot/cypress/README.md b/boot/cypress/README.md
index 9dc7def..9e14003 100644
--- a/boot/cypress/README.md
+++ b/boot/cypress/README.md
@@ -43,7 +43,7 @@
To retrieve source code with subsequent submodules pull:
- git clone --recursive https://github.com/JuulLabs-OSS/mcuboot.git
+ git clone --recursive https://github.com/mcu-tools/mcuboot.git
Submodules can also be updated and initialized separately:
diff --git a/docs/SECURITY.md b/docs/SECURITY.md
index ae003a4..aa50858 100644
--- a/docs/SECURITY.md
+++ b/docs/SECURITY.md
@@ -39,7 +39,7 @@
Vulnerability reports and published fixes will be reported as follows:
- Issues will be entered into Github's [Security Advisory
- system](https://github.com/JuulLabs-OSS/mcuboot/security/advisories), with
+ system](https://github.com/mcu-tools/mcuboot/security/advisories), with
the interested parties (including the reporter) added as viewers.
- The release notes will contain a reference to any allocated CVE(s).
diff --git a/docs/SubmittingPatches.md b/docs/SubmittingPatches.md
index 8a6cf7c..55b9230 100644
--- a/docs/SubmittingPatches.md
+++ b/docs/SubmittingPatches.md
@@ -1,7 +1,7 @@
# Submitting Patches
Development on mcuboot primarily takes place in github, at:
-https://github.com/JuulLabs-OSS/mcuboot
+https://github.com/mcu-tools/mcuboot
Changes should be submitted via github pull requests. Each commit
should have a Signed-off-by line for the author (and the committer, if
diff --git a/docs/index.md b/docs/index.md
index 90427f7..299916b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -41,7 +41,7 @@
The issues being planned and worked on are tracked using GitHub issues. To participate
please visit:
-[MCUboot Issues](https://github.com/JuulLabs-OSS/mcuboot/issues)
+[MCUboot Issues](https://github.com/mcu-tools/mcuboot/issues)
~~Issues were previously tracked on [MCUboot JIRA](https://runtimeco.atlassian.net/projects/MCUB/summary)
, but it is now deprecated.~~
@@ -55,13 +55,13 @@
For more information in the source, here are some pointers:
-- [boot/bootutil](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/bootutil): The core of the bootloader itself.
-- [boot/boot\_serial](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/boot_serial): Support for serial upgrade within the bootloader itself.
-- [boot/zephyr](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/zephyr): Port of the bootloader to Zephyr
-- [boot/mynewt](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/mynewt): Mynewt bootloader app
-- [boot/mbed](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/mbed): Port of the bootloader to Mbed-OS
-- [imgtool](https://github.com/JuulLabs-OSS/mcuboot/tree/master/scripts/imgtool.py): A tool to securely sign firmware images for booting by MCUboot.
-- [sim](https://github.com/JuulLabs-OSS/mcuboot/tree/master/sim): A bootloader simulator for testing and regression
+- [boot/bootutil](https://github.com/mcu-tools/mcuboot/tree/master/boot/bootutil): The core of the bootloader itself.
+- [boot/boot\_serial](https://github.com/mcu-tools/mcuboot/tree/master/boot/boot_serial): Support for serial upgrade within the bootloader itself.
+- [boot/zephyr](https://github.com/mcu-tools/mcuboot/tree/master/boot/zephyr): Port of the bootloader to Zephyr
+- [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/master/boot/mynewt): Mynewt bootloader app
+- [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/master/boot/mbed): Port of the bootloader to Mbed-OS
+- [imgtool](https://github.com/mcu-tools/mcuboot/tree/master/scripts/imgtool.py): A tool to securely sign firmware images for booting by MCUboot.
+- [sim](https://github.com/mcu-tools/mcuboot/tree/master/sim): A bootloader simulator for testing and regression
## Joining
diff --git a/docs/readme-mbed.md b/docs/readme-mbed.md
index e94b4cb..189c7bf 100644
--- a/docs/readme-mbed.md
+++ b/docs/readme-mbed.md
@@ -16,7 +16,7 @@
* `"mcuboot.max-img-sectors"`: maximum number of sectors, should be at least the number of sectors in each slot
* `"target.restrict_size"`: the maximum size of the bootloader, such that it does not overlap with the primary slot
-More configurations such as signing algorithm, slot swapping, etc. can be found in [mbed_lib.json](https://github.com/JuulLabs-OSS/mcuboot/tree/master/boot/mbed/mbed_lib.json). Please note that certain features are not currently supported.
+More configurations such as signing algorithm, slot swapping, etc. can be found in [mbed_lib.json](https://github.com/mcu-tools/mcuboot/tree/master/boot/mbed/mbed_lib.json). Please note that certain features are not currently supported.
### Providing a secondary slot
diff --git a/docs/readme-mynewt.md b/docs/readme-mynewt.md
index c2e509d..0ead2a4 100644
--- a/docs/readme-mynewt.md
+++ b/docs/readme-mynewt.md
@@ -14,7 +14,7 @@
repository.mcuboot:
type: github
vers: 0-dev
- user: JuulLabs-OSS
+ user: mcu-tools
repo: mcuboot
```
diff --git a/go.mod b/go.mod
index bdb354f..8d87521 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/JuulLabs-OSS/mcuboot
+module github.com/mcu-tools/mcuboot
go 1.14
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.
diff --git a/scripts/setup.py b/scripts/setup.py
index bf35d9f..b567a9a 100644
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -8,7 +8,7 @@
author_email="mcuboot@groups.io",
description=("MCUboot's image signing and key management"),
license="Apache Software License",
- url="http://github.com/JuulLabs-OSS/mcuboot",
+ url="http://github.com/mcu-tools/mcuboot",
packages=setuptools.find_packages(),
python_requires='>=3.6',
install_requires=[
diff --git a/testplan/mynewt/project.yml b/testplan/mynewt/project.yml
index a268f4f..76c0e24 100644
--- a/testplan/mynewt/project.yml
+++ b/testplan/mynewt/project.yml
@@ -32,5 +32,5 @@
repository.mcuboot:
type: github
vers: 0-dev
- user: JuulLabs-OSS
+ user: mcu-tools
repo: mcuboot