Skip to content

Commit

Permalink
doc: change gerrit references to github
Browse files Browse the repository at this point in the history
We're moving the project code to GitHub folks, so change references
in the documentation from gerrit over to GitHub:
https:/zephyrproject-rtos/zephyr

Change-Id: Ic491a62ed43fc799eb5698e92435cb6eb4d89394
Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored and Anas Nashif committed Apr 28, 2017
1 parent 1be4d13 commit 1d36cfb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 21 deletions.
13 changes: 2 additions & 11 deletions doc/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,18 @@ Use the following procedures to create a new development environment.
Checking Out the Source Code Anonymously
========================================

The code is hosted at the Linux Foundation with a Gerrit backend that supports
The code is hosted in a GitHub repo that supports
anonymous cloning via git.

To clone the repository anonymously, enter:

.. code-block:: console
$ git clone https://gerrit.zephyrproject.org/r/zephyr zephyr-project
$ git clone https://github.com/zephyrproject-rtos/zephyr.git
You have successfully checked out a copy of the source code to your local
machine.

Once you're ready to start contributing, follow the steps to make yourself
a Linux Foundation account at `Gerrit Accounts`_.

.. _Gerrit Accounts: https://wiki.zephyrproject.org/view/Gerrit_accounts

Building and Running an Application
***********************************

Expand Down Expand Up @@ -207,8 +202,4 @@ hardware target you should always test on the actual hardware and should not
rely on testing in the QEMU emulation environment only.


.. _Linux Foundation ID website: https://identity.linuxfoundation.org

.. _Gerrit: https://gerrit.zephyrproject.org/

.. _GCC ARM Embedded: https://launchpad.net/gcc-arm-embedded
4 changes: 2 additions & 2 deletions doc/getting_started/installation_win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ up:
.. code-block:: console
$ cd ~
$ git clone https://gerrit.zephyrproject.org/r/zephyr
$ git clone https://github.com/zephyrproject-rtos/zephyr.git
#. Also within the MSYS console, set up environment variables for the installed
tools and for the Zephyr environment (using the provided shell script):
Expand Down Expand Up @@ -211,7 +211,7 @@ Windows, you will need to build or install a toolchain:
.. code-block:: console
$ cd ~
$ git clone https://gerrit.zephyrproject.org/r/zephyr
$ git clone https://github.com/zephyrproject-rtos/zephyr.git
9. Also within the MSYS console, set up environment variables for installed
tools and for the Zephyr environment (using the provided shell script):
Expand Down
2 changes: 1 addition & 1 deletion doc/subsystems/networking/networking-api-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defined in :file:`include/net/buf.h` and BSD socket API uses linear memory buffe

This example creates a simple server that listens to incoming UDP connections
and sends the received data back. You can download the example application
source file here `connectivity-example-app.c <https://gerrit.zephyrproject.org/r/gitweb?p=zephyr.git;a=blob;f=doc/subsystems/networking/connectivity-example-app.c>`_
source file here `connectivity-example-app.c <https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/doc/subsystems/networking/connectivity-example-app.c>`_

This example application begins with some initialization. (Use this as an
example; you may need to do things differently in your own application.)
Expand Down
2 changes: 1 addition & 1 deletion doc/subsystems/networking/qemu_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in a separate git repository:

.. code-block:: console
$ git clone https://gerrit.zephyrproject.org/r/net-tools
$ git clone https://github.com/zephyrproject-rtos/net-tools
$ cd net-tools
$ make
Expand Down
2 changes: 1 addition & 1 deletion samples/net/dhcpv4_client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Follow readme from:

Run 'loop_socat' and 'loop-slip-tap' scripts from net-tools.

https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=blob;f=README
https://github.com/zephyrproject-rtos/net-tools

.. code-block:: console
Expand Down
7 changes: 4 additions & 3 deletions samples/net/dns_resolve/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ script can be found in net-tools project.

The net-tools can be downloaded from

https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=blob;f=README
https://github.com/zephyrproject-rtos/net-tools


Open a terminal window and type:
Expand Down Expand Up @@ -126,9 +126,10 @@ Open a terminal window and type:
$ make
Run 'loop_socat.sh' and 'loop-slip-tap.sh' as indicated at:
Run 'loop_socat.sh' and 'loop-slip-tap.sh' as shown in the net-tools README
at:

https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=blob;f=README
https://github.com/zephyrproject-rtos/net-tools


Open a terminal where the project was build (i.e. :file:`samples/net/dns_resolve`) and type:
Expand Down
2 changes: 1 addition & 1 deletion samples/net/zoap_client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Sample output
.. note: The values shown above might differ.
.. _`net-tools`: https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=tree
.. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
2 changes: 1 addition & 1 deletion samples/net/zoap_server/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ configuration file enabling IEEE 802.15.4:
make CONF_FILE=prj_cc2520.conf run
.. _`net-tools`: https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=tree
.. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools

.. _`libcoap`: https:/obgm/libcoap

0 comments on commit 1d36cfb

Please sign in to comment.