doc: fix broken doc links
The project's README.rst references the support board docs with an URL that's not working these days (see https://github.com/zephyrproject-rtos/infrastructure/issues/134) so fix that URL reference. While looking for other similar linking cases, I found a hard URL references that should be using :ref: role, and a release notes reference to a (now) broken link (fixing that in the /latest/ version of the 1.10 release notes). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
891e50e088
commit
168751a7b7
4 changed files with 5 additions and 4 deletions
|
@ -72,7 +72,7 @@ Here's a quick summary of resources to help you find your way around:
|
|||
* **Zephyr Project Website**: https://zephyrproject.org
|
||||
|
||||
.. _Slack Invite: https://tinyurl.com/y5glwylp
|
||||
.. _supported boards: http://docs.zephyrproject.org/latest/boards
|
||||
.. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
|
||||
.. _Zephyr Documentation: http://docs.zephyrproject.org
|
||||
.. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html
|
||||
.. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue