Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
  • Loading branch information
elliotgunton committed Mar 4, 2024
1 parent 6d9830f commit a4f8f03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user-guides/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def hello(s: str):
print("Hello, {s}!".format(s=s))
```

Read more in the [Script decorator section](./scripts.md#script-decorator).
Read more in the [Script decorator section](./script-basics.md#script-decorator).


### Resource
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/script-runner-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ def pydantic_io() -> MyOutput:
```

See the full Pydantic IO example [here](../examples/workflows/experimental/script_pydantic_io.md)!
See the full Pydantic IO example [here](../examples/workflows/experimental/script_runner_io.md)!
2 changes: 1 addition & 1 deletion docs/walk-through/pydantic-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ to another `Step` as a string argument, and then de-serialized in another functi
[the callable scripts example](../examples/workflows/scripts/callable_script.md).

The new experimental Runner IO feature provides a way to specify composite inputs using the class fields, which become the
template's inputs. Read more in the [Script Runner IO guide](../user-guides/scripts-runner-io.md).
template's inputs. Read more in the [Script Runner IO guide](../user-guides/script-runner-io.md).

0 comments on commit a4f8f03

Please sign in to comment.