Skip to content

Commit

Permalink
doc: Fix links to docs.zephyrproject.org
Browse files Browse the repository at this point in the history
append /index.html, and now browser loads page with CSS.

Signed-off-by: Ivan kyb Kuvaldin <[email protected]>
  • Loading branch information
ivakyb authored and nashif committed Feb 18, 2019
1 parent cf94d68 commit 0cb88e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ support systems:
.. _Slack: https://zephyrproject.slack.com
.. _supported boards: http://docs.zephyrproject.org/latest/boards
.. _Zephyr Documentation: http://docs.zephyrproject.org
.. _Zephyr Introduction: http://docs.zephyrproject.org/latest/introduction
.. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started
.. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute
.. _Zephyr Introduction: http://docs.zephyrproject.org/latest/introduction/index.html
.. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started/index.html
.. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute/index.html
.. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
.. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel
.. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups
.. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples
.. _Security Overview: http://docs.zephyrproject.org/latest/security
.. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
.. _Security Overview: http://docs.zephyrproject.org/latest/security/index.html

0 comments on commit 0cb88e0

Please sign in to comment.