Re: [PATCH 3/5] services: Clean up links to projects
Carlos O'Donell <[email protected]> Thu, 7 Mar 2024 15:25:49 -0500
| Newsgroups | org.linuxfoundation.lists.cti-tac |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
On 3/7/24 14:30, Siddhesh Poyarekar wrote: > Use links on project names instead of putting them in bulleted lists. > > Signed-off-by: Siddhesh Poyarekar <[email protected]> LGTM. Reviewed-by: Carlos O'Donell <[email protected]> > --- > source/services/index.rst | 17 +++++++---------- > 1 file changed, 7 insertions(+), 10 deletions(-) > > diff --git a/source/services/index.rst b/source/services/index.rst > index 84cb02b..34eba77 100644 > --- a/source/services/index.rst > +++ b/source/services/index.rst > @@ -11,21 +11,18 @@ The following services are currently being provided by CTI via the Linux Foundat > > * Big Blue Button servers > > - * Service uses BBB which is FOSS and LGPL-3.0 licensed. > + * Service uses `BBB <https://github.com/bigbluebutton/bigbluebutton>`_ > + which is FOSS and LGPL-3.0 licensed. > > - * ``https://github.com/bigbluebutton/bigbluebutton`` > + * glibc: Used for weekly `patch triage meetings <https://sourceware.org/glibc/wiki/PatchworkReviewMeetings>`_. > > - * glibc: Used for weekly patch triage meetings. > - * https://sourceware.org/glibc/wiki/PatchworkReviewMeetings > - > - * GNU Toolchain: Monthly office hours for the GNU Toolchain. > - * https://gcc.gnu.org/wiki/OfficeHours > + * GNU Toolchain: `Monthly office hours <https://gcc.gnu.org/wiki/OfficeHours>`_ > + for the GNU Toolchain. > > * gitolite servers > > - * Service uses Gitolite which is FOSS and GPL-2.0 licensed. > - > - * ``https://github.com/sitaramc/gitolite`` > + * Service uses `Gitolite <https://github.com/sitaramc/gitolite>`_ which is > + FOSS and GPL-2.0 licensed. > > * Core Toolchain Infrastructure project documentation repository. > * ``git clone gitolite.coretoolchain.dev:cti/cti.coretoolchain.dev`` -- Cheers, Carlos.