doc: remove use of :download: directive
The :download: directive doesn't format well on output, and also links to files that likely have linux line endings that don't display well on Windows systems. fixes: #1204 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
72c62976d0
commit
b03ed2b2b9
2 changed files with 37 additions and 15 deletions
|
@ -25,16 +25,19 @@ Zephyr Project Documentation
|
|||
For more information about previous releases, please consult the published
|
||||
:ref:`zephyr_release_notes`.
|
||||
|
||||
The Zephyr OS is provided under the :download:`Apache 2.0 license<../LICENSE>`.
|
||||
The Zephyr OS also imports or reuses packages, scripts, and other files that
|
||||
are not covered by the Apache License. A list of those licenses can be found
|
||||
under :ref:`zephyr_licensing`.
|
||||
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
|
||||
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
|
||||
imports or reuses packages, scripts, and other files that use other
|
||||
licensing, as described in :ref:`Zephyr_Licensing`.
|
||||
|
||||
Source code for the Zephyr Project is maintained in the
|
||||
`Zephyr Project GitHub repository`_.
|
||||
Source code for the Zephyr Project is maintained in the Zephyr Project's
|
||||
`GitHub repo`_.
|
||||
|
||||
.. _Apache 2.0 license:
|
||||
https://github.com/zephyrproject-rtos/zephyr/blob/master/LICENSE
|
||||
|
||||
.. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
|
||||
|
||||
.. _Zephyr Project GitHub repository:
|
||||
https://github.com/zephyrproject-rtos/zephyr
|
||||
|
||||
Sections
|
||||
********
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue