Browse Source

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>
pull/80566/head
Reto Schneider 8 months ago committed by Mahesh Mahadevan
parent
commit
f23318fa9c
  1. 4
      doc/project/working_groups.rst

4
doc/project/working_groups.rst

@ -18,8 +18,8 @@ Working Group Membership Eligibility @@ -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…
Cancel
Save