Commit 599a39f
committed
fix: correct relative path to actors.md in gather operator docs
Motivation:
The Paradox doc build fails with "Unknown page [../../actors.md]"
because gather.md is three directory levels below the paradox root.
Modification:
Change ../../actors.md to ../../../actors.md, matching the pattern
used in neighboring ask.md.
Result:
Paradox doc build succeeds.
Tests:
Not run - docs only (path fix verified by comparing ask.md in same directory)
References:
Refs #28481 parent f3fa7e3 commit 599a39f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments