@@ -51,7 +51,7 @@ There are some imported or reused components of the Zephyr project that
5151use other licensing, as described in `Zephyr Licensing `_.
5252
5353.. _Zephyr Licensing :
54- http ://docs.zephyrproject.org/LICENSING.html
54+ https ://docs.zephyrproject.org/LICENSING.html
5555
5656Importing code into the Zephyr OS from other projects that use a license
5757other than the Apache 2.0 license needs to be fully understood in
@@ -66,7 +66,7 @@ See `Contributing non-Apache 2.0 components`_ for more information about
6666this contributing and review process for imported components.
6767
6868.. _Contributing non-Apache 2.0 components :
69- http ://docs.zephyrproject.org/contribute/contribute_non-apache.html
69+ https ://docs.zephyrproject.org/contribute/contribute_non-apache.html
7070
7171.. _DCO :
7272
@@ -140,13 +140,13 @@ and how to set up your development environment as introduced in the Zephyr
140140`Getting Started Guide `_.
141141
142142.. _Getting Started Guide :
143- http ://docs.zephyrproject.org/getting_started/getting_started.html
143+ https ://docs.zephyrproject.org/getting_started/getting_started.html
144144
145145You should be familiar with common developer tools such as Git and CMake, and
146146platforms such as GitHub.
147147
148148If you haven't already done so, you'll need to create a (free) GitHub account
149- on http ://github.com and have Git tools available on your development system.
149+ on https ://github.com and have Git tools available on your development system.
150150
151151.. note ::
152152 The Zephyr development workflow supports all 3 major operating systems
@@ -172,7 +172,7 @@ configurations, and a collection of subsystem tests. All of these are
172172available for developers to contribute to and enhance.
173173
174174.. _Source Tree Structure :
175- http ://docs.zephyrproject.org/kernel/overview/source_tree.html
175+ https ://docs.zephyrproject.org/kernel/overview/source_tree.html
176176
177177Pull Requests and Issues
178178************************
0 commit comments