diff --git a/MAINTAINERS b/MAINTAINERS index 84b2d49d615..fe4c243e202 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/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 1ad76970eda..c12ce557028 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;