From aac3e38b0b01b2ccb129367617a07598cf0ccdd8 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 11 Jun 2024 16:55:12 +0100 Subject: [PATCH] Use relative path Signed-off-by: Arthit Suriyawongkul --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a01c3aeb8d..a1e6d47e67 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository holds under active development version of the specification as: branch - HTML: `gh-pages` branch, built on every commit to the development branch, see the workflow in - [`.github/workflows/publish_v3.yml`](/.github/workflows/publish_v3.yml) + [`.github/workflows/publish_v3.yml`](.github/workflows/publish_v3.yml) - Current (3.0): The model itself is under active development at @@ -54,8 +54,8 @@ The specification consists of documents in the `docs/` directory from this `spdx/spdx-spec` repository and a model which is generated from Markdown files in the `spdx/spdx-3-model` repository. -Note: The model Markdown files in the `spdx/spdx-3-model` repository use a -constrained format. Only a limited set of headings are allowed for processing +Note: The model files in the `spdx/spdx-3-model` repository use a constrained +format of Markdown. Only a limited set of headings are allowed to be processed by the spec-parser. ## Building the specification @@ -214,7 +214,7 @@ determines their order on the navigation bar. The SPDX specifications on are built by using a workflow in -[`.github/workflows/publish_v3.yml`](/.github/workflows/publish_v3.yml). +[`.github/workflows/publish_v3.yml`](.github/workflows/publish_v3.yml). This workflow uses [mike](https://github.com/jimporter/mike) to publish multiple versions of MkDocs-powered documentation.