Skip to content

Commit 9abd1e8

Browse files
committed
docs(history): Fix CHANGES include path
why: Path was ../../CHANGES (leftover from temporary move to reference/) but history.md is at docs/, so the correct path is ../CHANGES. what: - Fix include directive: ../../CHANGES → ../CHANGES
1 parent 7ecd17c commit 9abd1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
99
```
1010

11-
```{include} ../../CHANGES
11+
```{include} ../CHANGES
1212
:parser: markdown
1313
```

0 commit comments

Comments
 (0)