@@ -51,7 +51,7 @@ There are some imported or reused components of the Zephyr project that
51
51
use other licensing, as described in `Zephyr Licensing `_.
52
52
53
53
.. _Zephyr Licensing :
54
- http ://docs.zephyrproject.org/LICENSING.html
54
+ https ://docs.zephyrproject.org/LICENSING.html
55
55
56
56
Importing code into the Zephyr OS from other projects that use a license
57
57
other 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
66
66
this contributing and review process for imported components.
67
67
68
68
.. _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
70
70
71
71
.. _DCO :
72
72
@@ -140,13 +140,13 @@ and how to set up your development environment as introduced in the Zephyr
140
140
`Getting Started Guide `_.
141
141
142
142
.. _Getting Started Guide :
143
- http ://docs.zephyrproject.org/getting_started/getting_started.html
143
+ https ://docs.zephyrproject.org/getting_started/getting_started.html
144
144
145
145
You should be familiar with common developer tools such as Git and CMake, and
146
146
platforms such as GitHub.
147
147
148
148
If 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.
150
150
151
151
.. note ::
152
152
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
172
172
available for developers to contribute to and enhance.
173
173
174
174
.. _Source Tree Structure :
175
- http ://docs.zephyrproject.org/kernel/overview/source_tree.html
175
+ https ://docs.zephyrproject.org/kernel/overview/source_tree.html
176
176
177
177
Pull Requests and Issues
178
178
************************
0 commit comments