Skip to content

Commit 103b741

Browse files
doc: contribute: fix dead link in RFC proposal template
Fix a broken link in the 'contribute/proposals_and_rfcs.rst' file that pointed to a non-existent Markdown RFC template. The link previously pointed to: .github/ISSUE_TEMPLATE/003_rfc-proposal.md It has been corrected to point to the actual YAML file: .github/ISSUE_TEMPLATE/003_rfc-proposal.yml Fixes: #92342 Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent ad4c3e3 commit 103b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contribute/proposals_and_rfcs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ either disagreement or not enough voiced opinions in order to proceed. Make sure
6565
to either label it appropriately or include it in the corresponding GitHub
6666
project in order for it to be examined during the next meeting.
6767

68-
.. _`RFC template`: https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/003_rfc-proposal.md
68+
.. _`RFC template`: https://github.com/zephyrproject-rtos/zephyr/issues/new?template=003_rfc-proposal.yml
6969
.. _`Zephyr meetings`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Groups

0 commit comments

Comments
 (0)