diff --git a/MAINTAINERS b/MAINTAINERS index 84b2d49d615e..fe4c243e2023 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -502,7 +502,7 @@ THE REST M: Anas Nashif M: Kumar Gala L: devel@lists.zephyrproject.com -T: git https://gerrit.zephyrproject.org/r/a/zephyr +T: git https://github.com/zephyrproject-rtos/zephyr S: Buried alive in reporters F: * F: */ diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index 52b4648443e5..bb8031ebc260 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -100,7 +100,7 @@ Follow these steps to install the SDK on your Linux host system. .. code-block:: console - $ wget https://nexus.zephyrproject.org/content/repositories/releases/org/zephyrproject/zephyr-sdk/0.9/zephyr-sdk-0.9-setup.run + $ wget https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/download/0.9/zephyr-sdk-0.9-setup.run #. Run the installation binary, follow this example: diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 1ad76970edac..c12ce557028f 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -1465,7 +1465,7 @@ sub vcs_exists { warn("$P: No supported VCS found. Add --nogit to options?\n"); warn("Using a git repository produces better results.\n"); warn("Try Zephyr's latest git repository using:\n"); - warn("git clone https://gerrit.zephyrproject.org/r/zephyr\n"); + warn("git clone https://github.com/zephyrproject-rtos/zephyr\n"); $printed_novcs = 1; } return 0;