Skip to content

Commit

Permalink
docs: fix broken links (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 27, 2023
1 parent 33c9fce commit 7c19894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
regex:
"^[a-z]+(\\([0-9a-z\\-_, ]+\\))?!?: .+\\(DEV-\\d+(, DEV-\\d+)*\\)$|\
^(chore|refactor|style)(\\([0-9a-z\\-_, ]+\\))?!?: .+"
^(chore|refactor|style|docs)(\\([0-9a-z\\-_, ]+\\))?!?: .+"
# see here on how to cope with linebreaks in YAML: https://stackoverflow.com/a/21699210/14414188
allowed_prefixes: "fix,refactor,feat,docs,chore,style,test"
disallowed_prefixes: "feature,hotfix"
Expand Down
4 changes: 2 additions & 2 deletions docs/cli-commands.md
Expand Up @@ -193,8 +193,8 @@ The following options are available:

- `-v` | `--verbose` (optional): print more information about the progress to the console

The expected Excel file format and the folder structure are documented [here]
(./file-formats/excel2json.md#the-lists-section).
The expected Excel file format and the folder structure are documented
[here](./file-formats/excel2json.md#the-lists-section).

| <center>Hint</center> |
|--------------------------------------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions docs/file-formats/json-project/ontologies.md
Expand Up @@ -207,8 +207,8 @@ super-property:
- properties defined in external ontologies
- properties defined in the project ontology itself

The syntax how to refer to these different groups of properties is described [here]
(./caveats.md#referencing-ontologies).
The syntax how to refer to these different groups of properties is described
[here](./caveats.md#referencing-ontologies).

The following DSP base properties are available:

Expand Down

0 comments on commit 7c19894

Please sign in to comment.