Re: [PATCH 4/5] tac/audit: Minor cleanups
Carlos O'Donell <[email protected]> Thu, 7 Mar 2024 15:26:38 -0500
| Newsgroups | org.linuxfoundation.lists.cti-tac |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
On 3/7/24 14:30, Siddhesh Poyarekar wrote: > Subsume the sub-bullet into its parent and fix a dead link. > Docs change is OK but HTML change is not. > Signed-off-by: Siddhesh Poyarekar <[email protected]> > --- > source/tac/audit.rst | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/source/tac/audit.rst b/source/tac/audit.rst > index a47e4e3..119f7c6 100644 > --- a/source/tac/audit.rst > +++ b/source/tac/audit.rst > @@ -7,9 +7,7 @@ technical requirements of the community. > > The audit will cover: > > - * Reviewing that services cover the current requirements. > - > - * Includes security requirements. > + * Reviewing that services cover the current requirements, including any security requirements. > > * Reviewing that the services are being provided using FOSS. > > @@ -21,7 +19,7 @@ by the TAC to discuss these with the community and current service > provider. > > The CY24 audit has not yet been conducted, but the audit will review > -the current `services being used <../services/index>`_. > +the current `services being used <../services/index.html>`_. This needs to work across documents correctly and not assume HTML. > > ----------------- > -- Cheers, Carlos.