Skip to content

Commit 9572f22

Browse files
committed
fix: use absolute path for job spec link in specifications/other/state.md
Relative path '../job/' resolved to wrong directory under trailingSlash:true, breaking the Docusaurus build.
1 parent 9fbb03e commit 9572f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specifications/other/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## `State` Structure Specification
44

5-
Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](../job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure:
5+
Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](/docs/specifications/job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure:
66

77
### `State` Parameters
88

0 commit comments

Comments
 (0)