diff --git a/bsps/arm/tms570/README b/bsps/arm/tms570/README index fb196ca8d0..b4b76b5554 100644 --- a/bsps/arm/tms570/README +++ b/bsps/arm/tms570/README @@ -101,7 +101,7 @@ repository This port has been consolidated with other RTEMS-LWIP ports here: - https://git.rtems.org/rtems-lwip/tree/rtemslwip/tms570 + https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/tree/main/rtemslwip/tms570 A port to the TMS570LC4357 based off this work is underway. diff --git a/cpukit/doxygen/mainpage.h b/cpukit/doxygen/mainpage.h index 6eb0de7b36..e7ae5fed01 100644 --- a/cpukit/doxygen/mainpage.h +++ b/cpukit/doxygen/mainpage.h @@ -47,13 +47,13 @@ * linked to the application is licensed under permissive open source licenses. * This means that the licenses do not propagate to the application software. * Most of the original RTEMS code is now under the [BSD 2-Clause - * license](https://git.rtems.org/rtems/tree/LICENSE.BSD-2-Clause). Some - * code of RTEMS is under a legacy license, the [modified GPL 2.0 or later + * license](https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/LICENSE.md). + * Some code of RTEMS is under a legacy license, the [modified GPL 2.0 or later * license with an exception for static - * linking](https://git.rtems.org/rtems/tree/LICENSE). It exposes no license - * requirements on application code. Everything necessary to build RTEMS - * applications is available as open source software. This makes you - * completely vendor independent. + * linking](https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/LICENSE.md). + * It exposes no license requirements on application code. Everything necessary + * to build RTEMS applications is available as open source software. This makes + * you completely vendor independent. * * RTEMS provides the following basic feature set: * @@ -175,7 +175,7 @@ * * - JFFS2 (NOR flashes) * - * - [YAFFS2](https://git.rtems.org/sebh/rtems-yaffs2.git/) + * - [YAFFS2](https://gitlab.rtems.org/sebhub/rtems-yaffs2) * (NAND flashes, GPL or commercial license required) * * - Device drivers @@ -196,7 +196,7 @@ * * - Application runs in kernel-space and can access hardware directly * - * - [libbsd](https://git.rtems.org/rtems-libbsd/) + * - [libbsd](https://gitlab.rtems.org/rtems/pkg/rtems-libbsd) * * - Port of FreeBSD user-space and kernel-space components to RTEMS *