diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index f8106b02c..a4daaadb3 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -1717,7 +1717,7 @@ as the final pipeline. The `--code` argument can be used to provide a Python file that's imported before the training process starts. This lets you register [custom functions](/usage/training#custom-functions) and architectures and refer to them in your config, all while still using spaCy's built-in `train` workflow. -If you need to manage complex multi-step training workflows, check out the +If you need to manage complex multi-step training workflows, check out [Weasel](https://github.com/explosion/weasel). > #### Example