Skip to content

Commit fb2e225

Browse files
committed
fix link
1 parent 77f6f4e commit fb2e225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-migrate-from-estimators-to-scriptrunconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ src = ScriptRunConfig(source_directory='.',
6363
```
6464

6565
> [!TIP]
66-
> For a list of curated environments, see [curated environments](resource-curated-environments.md).
66+
> For a list of curated environments, see [curated environments](../resource-curated-environments.md).
6767
6868
If you want to specify **environment variables** that will get set on the process where the training script is executed, use the Environment object:
6969
```

0 commit comments

Comments
 (0)