From 28e063dda6304f3519e413f7fae0b6e1ee5e1bca Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 11 Apr 2024 16:23:27 +0200 Subject: [PATCH] Small fix --- website/docs/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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