From e0e31eb2960c3e4a8a9b1511210ad76d828ad06e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 3 Feb 2020 16:29:43 -0500 Subject: [PATCH] doc: fix links to www.zephyrproject.org Lots of broken links after the website update. Fix them or point to alternatives. Signed-off-by: Anas Nashif --- doc/404.rst | 2 +- doc/_templates/zversions.html | 2 +- doc/contribute/index.rst | 4 ++-- doc/getting_started/index.rst | 2 +- doc/getting_started/installation_linux.rst | 2 +- doc/guides/debugging/host-tools.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/404.rst b/doc/404.rst index 2d35d8e67e1..bb98760471f 100644 --- a/doc/404.rst +++ b/doc/404.rst @@ -38,7 +38,7 @@ If you got this error by following a link, please let us know by sending us a message using this `contact us form`_, or send an email message to info@zephyrproject.org -.. _contact us form: https://www.zephyrproject.org/about/#contact-us +.. _contact us form: https://www.zephyrproject.org/contact-us/ .. raw:: html diff --git a/doc/_templates/zversions.html b/doc/_templates/zversions.html index adb2d4a785a..e611b68819b 100644 --- a/doc/_templates/zversions.html +++ b/doc/_templates/zversions.html @@ -18,7 +18,7 @@ Project Home
- Downloads + SDK
Releases diff --git a/doc/contribute/index.rst b/doc/contribute/index.rst index da8d62731d0..256c58ac5bc 100644 --- a/doc/contribute/index.rst +++ b/doc/contribute/index.rst @@ -33,7 +33,7 @@ this, check out articles such as `Why choose Apache 2.0 licensing`_ and `Top 10 Apache License Questions Answered`_). .. _Why choose Apache 2.0 licensing: - https://www.zephyrproject.org/about/#faq + https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 .. _Top 10 Apache License Questions Answered: https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ @@ -694,7 +694,7 @@ other than the Apache 2.0 license needs to be fully understood in context and approved by the `Zephyr governing board`_. .. _Zephyr governing board: - https://www.zephyrproject.org/about/organization + https://www.zephyrproject.org/governance/ By carefully reviewing potential contributions and also enforcing a :ref:`DCO` for contributed code, we ensure that diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 7760648abbe..5652da48c14 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -286,7 +286,7 @@ A toolchain includes necessary tools used to build Zephyr applications including: compiler, assembler, linker, and their dependencies. -.. _Zephyr Downloads: https://www.zephyrproject.org/developers/#downloads +.. _Zephyr SDK Downloads: https://github.com/zephyrproject-rtos/sdk-ng/releases .. tabs:: diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index 3a5b56c0ef5..e93e202a56f 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -288,5 +288,5 @@ To make sure this variable is unset, run: unset ZEPHYR_SDK_INSTALL_DIR -.. _Zephyr Downloads: https://www.zephyrproject.org/developers/#downloads +.. _Zephyr Downloads: https://github.com/zephyrproject-rtos/sdk-ng/releases .. _CMake Downloads: https://cmake.org/download diff --git a/doc/guides/debugging/host-tools.rst b/doc/guides/debugging/host-tools.rst index a6e6c42640e..3fa7fa00d7e 100644 --- a/doc/guides/debugging/host-tools.rst +++ b/doc/guides/debugging/host-tools.rst @@ -60,7 +60,7 @@ These debug host tools are compatible with the following debug probes: Check if your SoC is listed in `OpenOCD Supported Devices`_. .. note:: On Linux, openocd is available though the `Zephyr SDK - `_. + `_. Windows users should use the following steps to install openocd: