Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINTAINERS: replace git pointer to github #9

Merged
merged 2 commits into from
May 1, 2017
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