Skip to content

Commit 22af24d

Browse files
committed
doc: correct links
1 parent 18327b6 commit 22af24d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: cliff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ commit_parsers = [
7676
{ message = "^Feature", group = "Features" },
7777
{ message = "^fix", group = "Bug Fixes" },
7878
{ message = "^doc", group = "Documentation" },
79+
{ message = "^docs", group = "Documentation" },
7980
{ message = "^perf", group = "Performance" },
8081
{ message = "^refactor", group = "Refactor" },
8182
{ message = "^style", group = "Styling", skip = true },

Diff for: docs/04_tip_and_tricks/avoiding_a_global_resource_file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If modifying your project structure is not possible, consider mitigating potenti
7878
]
7979
```
8080

81-
Or you can also use a [`robot.toml`](http://localhost:5173/03_reference/config) file and add the following contents:
81+
Or you can also use a [`robot.toml`](/03_reference/config) file and add the following contents:
8282

8383
```toml
8484
[tool.robotcode-analyze.modifiers]

0 commit comments

Comments
 (0)