doc: project: Fix collaborator reference
Commit 52e8b1058c
(doc: project: clarify
WG member eligibility) broke the link to the collaborator section by
using nested inline markup, which is currently not supported:
https://docutils.sourceforge.io/FAQ.html#is-nested-inline-markup-possible
As the various workarounds are not recommended by Docutils, this change
simply ends the bold formatting before the link.
Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
27d93f8b6c
commit
f23318fa9c
|
@ -18,8 +18,8 @@ Working Group Membership Eligibility
|
|||
consultation with the TSC.
|
||||
- Each working group shall have a team of members who are actively involved
|
||||
in its activities and decision-making processes.
|
||||
- It is expected that WG membership shall be **open to all Zephyr project
|
||||
:ref:`Collaborators <collaborator>`**; however, working groups may impose
|
||||
- It is expected that WG membership shall be **open to all** Zephyr project
|
||||
:ref:`Collaborators <collaborator>`; however, working groups may impose
|
||||
restrictions such as the number of participants from a single company.
|
||||
- All TSC members are eligible to join a working group as members, part of
|
||||
the responsibilities being a TSC member.
|
||||
|
|
Loading…
Reference in New Issue