doc: fix links to wiki
This fixes the broken links to the zephyr wiki. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
7e9cd5e414
commit
3887f41ef9
|
@ -254,7 +254,7 @@ the steps below:
|
|||
|
||||
.. _dev-review: https://github.com/zephyrproject-rtos/zephyr/labels/dev-review
|
||||
|
||||
.. _Zephyr Dev Meeting: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings#zephyr-dev-meeting
|
||||
.. _Zephyr Dev Meeting: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Groups#zephyr-dev-meeting
|
||||
|
||||
.. _Architecture Project: https://github.com/zephyrproject-rtos/zephyr/projects/18
|
||||
|
||||
|
|
|
@ -52,4 +52,4 @@ to either label it appropriately or include it in the corresponding GitHub
|
|||
project in order for it to be examined during the next meeting.
|
||||
|
||||
.. _`RFC template`: https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/003_rfc-proposal.md
|
||||
.. _`Zephyr meetings`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings
|
||||
.. _`Zephyr meetings`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Groups
|
||||
|
|
|
@ -377,13 +377,13 @@ Labels applicable to both pull requests and issues
|
|||
- The issue is to be discussed in the following `dev-review`_ if time
|
||||
permits.
|
||||
|
||||
.. _`dev-review`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings#zephyr-dev-meeting
|
||||
.. _`dev-review`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Groups#zephyr-dev-meeting
|
||||
|
||||
* - :guilabel:`TSC`
|
||||
- TSC stands for Technical Steering Committee. The issue is to be discussed in the
|
||||
following `TSC meeting`_ if time permits.
|
||||
|
||||
.. _`TSC meeting`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Group-Meetings#technical-steering-committee-tsc
|
||||
.. _`TSC meeting`: https://github.com/zephyrproject-rtos/zephyr/wiki/Technical-Steering-Committee-(TSC)
|
||||
|
||||
* - :guilabel:`Breaking API Change`
|
||||
- The issue or PR describes a breaking change to a stable API. See additional information
|
||||
|
|
Loading…
Reference in New Issue