@@ -18,7 +18,7 @@ This repository holds under active development version of the specification as:
18
18
branch
19
19
- HTML: ` gh-pages ` branch, built on every commit to the development branch,
20
20
see the workflow in
21
- [ ` .github/workflows/publish_v3.yml ` ] ( / .github/workflows/publish_v3.yml)
21
+ [ ` .github/workflows/publish_v3.yml ` ] ( .github/workflows/publish_v3.yml )
22
22
- Current (3.0): < https://spdx.github.io/spdx-spec/v3.0/ >
23
23
24
24
The model itself is under active development at
@@ -54,8 +54,8 @@ The specification consists of documents in the `docs/` directory from this
54
54
` spdx/spdx-spec ` repository and a model which is generated from Markdown files
55
55
in the ` spdx/spdx-3-model ` repository.
56
56
57
- Note: The model Markdown files in the ` spdx/spdx-3-model ` repository use a
58
- constrained format. Only a limited set of headings are allowed for processing
57
+ Note: The model files in the ` spdx/spdx-3-model ` repository use a constrained
58
+ format of Markdown . Only a limited set of headings are allowed to be processed
59
59
by the spec-parser.
60
60
61
61
## Building the specification
@@ -214,7 +214,7 @@ determines their order on the navigation bar.
214
214
215
215
The SPDX specifications on < https://spdx.github.io/spdx-spec/ > are built
216
216
by using a workflow in
217
- [ ` .github/workflows/publish_v3.yml ` ] ( / .github/workflows/publish_v3.yml) .
217
+ [ ` .github/workflows/publish_v3.yml ` ] ( .github/workflows/publish_v3.yml ) .
218
218
This workflow uses [ mike] ( https://github.com/jimporter/mike ) to publish
219
219
multiple versions of MkDocs-powered documentation.
220
220
0 commit comments