From 11e4344ee0d7f5b2fbd19d7300dfed2251224363 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Fri, 8 Dec 2023 08:39:48 +0100 Subject: [PATCH] Typo in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d02fc52f..2e8ce67d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# oneM2M PROJECT Specification +# oneM2M ts-0019 Specification -This repository hosts the oneM2M PROJECT specification defined by oneM2M Partnership project. +This repository hosts the oneM2M ts-0019 specification defined by oneM2M Partnership project. ## Available versions -All available baselines produced from this repository are available at [PROJECT-baselines](https://specifications.onem2m.org/PROJECT/) (**URL available only if there is at least one baseline**) +All available baselines produced from this repository are available at [ts-0019-baselines](https://specifications.onem2m.org/ts-0019/) (**URL available only if there is at least one baseline**) ## How to raise issues -Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/PROJECT/issues) or [here](https://git.onem2m.org/issues/issues). +Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/ts-0019/issues) or [here](https://git.onem2m.org/issues/issues). ## How to contribute @@ -17,14 +17,14 @@ For more information, visit the [oneM2M Gitlab contribution procedure](https://g ## Available tools -A set of tools are used by this repository to facilitate the contribution management: +A set of tools is used by this repository to facilitate the contribution management: - Autogeneration of Word CR documents: - Upon creation of a Merge Request, a pipeline is executed to produce the associated Word CR document that contains the tracked changes proposed by the Merge Request. - Right after creation of a Merge Request, the source branch is protected in order to avoid any further change to the submitted contribution - Publication of a new baseline - - Upon creation of tag, a Word document will be generated from the markdown specification in this repository and published at the [PROJECT specifications](https://specifications.onem2m.org/PROJECT/) + - Upon creation of tag, a Word document will be generated from the markdown specification in this repository and published at the [ts-0019 specifications](https://specifications.onem2m.org/ts-0019/) - As Table of Content is not used in the markdown specfication document of this repository. A tool will generate the ToC and add it to the any new published baseline. Please, refer to [Tools/Scripts repository](hhtps://git.onem2m.org/tools/scripts) for more details. -- GitLab