From a24f96922da2a00f33fc85350af3b21f8381ca4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pe=C3=B1a=20Garc=C3=ADa-Oliva?= Date: Wed, 24 Jul 2024 10:45:55 +0200 Subject: [PATCH] Change links to be relative to the project root --- .../home-devices-qod-API-Readiness-Checklist.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/API_documentation/home-devices-qod-API-Readiness-Checklist.md b/documentation/API_documentation/home-devices-qod-API-Readiness-Checklist.md index 4095543..5c3be06 100644 --- a/documentation/API_documentation/home-devices-qod-API-Readiness-Checklist.md +++ b/documentation/API_documentation/home-devices-qod-API-Readiness-Checklist.md @@ -4,14 +4,14 @@ Checklist for home-devices-qod 0.4.0-rc.1 in r1.1 | Nr | API release assets | alpha | release-candidate | initial
public | stable
public | Status | Comments | |----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|----| -| 1 | API definition | M | M | M | M | Y | [home_devices_qod.yaml](../../code/API_definitions/home_devices_qod.yaml) | +| 1 | API definition | M | M | M | M | Y | [home_devices_qod.yaml](/code/API_definitions/home_devices_qod.yaml) | | 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | | | 3 | Guidelines from ICM applied | O | M | M | M | Y | | | 4 | API versioning convention applied | M | M | M | M | Y | | -| 5 | API documentation | M | M | M | M | Y | Embedded in [API definition](../../code/API_definitions/home_devices_qod.yaml) | -| 6 | User stories | O | O | O | M | Y | [home_devices_qod_user_stories.md](./home_devices_qod_user_stories.md) | -| 7 | Basic API test cases & documentation | O | M | M | M | Y | [home-devices-qod.feature](../../code/Test_definitions/home-devices-qod.feature) | -| 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [home-devices-qod.feature](../../code/Test_definitions/home-devices-qod.feature) | +| 5 | API documentation | M | M | M | M | Y | Embedded in [API definition](/code/API_definitions/home_devices_qod.yaml) | +| 6 | User stories | O | O | O | M | Y | [home_devices_qod_user_stories.md](/documentation/API_documentation/home_devices_qod_user_stories.md) | +| 7 | Basic API test cases & documentation | O | M | M | M | Y | [home-devices-qod.feature](/code/Test_definitions/home-devices-qod.feature) | +| 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [home-devices-qod.feature](/code/Test_definitions/home-devices-qod.feature) | | 9 | Test result statement | O | O | O | M | N | | | 10 | API release numbering convention applied | M | M | M | M | Y | | | 11 | Change log updated | M | M | M | M | Y | [CHANGELOG.md](/CHANGELOG.md) |