doc: change gerrit references to github
We're moving the project code to GitHub folks, so change references in the documentation from gerrit over to GitHub: https://github.com/zephyrproject-rtos/zephyr Change-Id: Ic491a62ed43fc799eb5698e92435cb6eb4d89394 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
1be4d13b39
commit
1d36cfba90
@ -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
|
||||
***********************************
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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):
|
||||
@ -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):
|
||||
|
||||
@ -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.)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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:
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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://github.com/obgm/libcoap
|
||||
|
||||
Loading…
Reference in New Issue
Block a user