diff --git a/docs/user-guides/core-concepts.md b/docs/user-guides/core-concepts.md index 5a33a8402..92f6b7ab4 100644 --- a/docs/user-guides/core-concepts.md +++ b/docs/user-guides/core-concepts.md @@ -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 diff --git a/docs/user-guides/script-runner-io.md b/docs/user-guides/script-runner-io.md index e5a4b5778..eb7d8f6df 100644 --- a/docs/user-guides/script-runner-io.md +++ b/docs/user-guides/script-runner-io.md @@ -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)! diff --git a/docs/walk-through/pydantic-support.md b/docs/walk-through/pydantic-support.md index 217dad6a8..733f289e7 100644 --- a/docs/walk-through/pydantic-support.md +++ b/docs/walk-through/pydantic-support.md @@ -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).