Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ THE REST
M: Anas Nashif <[email protected]>
M: Kumar Gala <[email protected]>
L: [email protected]
T: git https://gerrit.zephyrproject.org/r/a/zephyr
T: git https://github.com/zephyrproject-rtos/zephyr
S: Buried alive in reporters
F: *
F: */
2 changes: 1 addition & 1 deletion doc/getting_started/installation_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down