Skip to content

Commit ba965b4

Browse files
dlwh-golemdlwh
andauthored
docs: fix broken executor docs link in README (#3227)
## Summary - fix a broken README link from `docs/explanation/executor.md#steps` to `docs/explanations/executor.md#steps` - keep docs/code parity for the executor documentation path used by the current docs tree ## Validation - searched repo for stale `docs/explanation/` reference and confirmed none remain in docs scope Refs #12 Co-authored-by: dlwh-golem <david.hall@openathena.ai>
1 parent e986875 commit ba965b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if __name__ == "__main__":
104104
])
105105
```
106106

107-
Here, we create two [steps](docs/explanation/executor.md#steps), one for tokenizing the dataset and one for training the model.
107+
Here, we create two [steps](docs/explanations/executor.md#steps), one for tokenizing the dataset and one for training the model.
108108
The training step depends on the tokenized dataset step, so it will be executed after the tokenization step is completed.
109109

110110
<!--marin-example-end-->

0 commit comments

Comments
 (0)