diff --git a/website/docs/usage/v3-7.mdx b/website/docs/usage/v3-7.mdx index f6bebe87a..1c99dc156 100644 --- a/website/docs/usage/v3-7.mdx +++ b/website/docs/usage/v3-7.mdx @@ -22,10 +22,10 @@ brings minor changes to spaCy-specific settings in spaCy projects (see [upgrading](#upgrading) below), but also makes it possible to use the workflow functionality outside of spaCy. - + -Remote storage is not yet supported for Python 3.12. Use Python 3.11 or earlier -for remote storage. +Remote storage for spaCy projects is not yet supported for Python 3.12. Use +Python 3.11 or earlier for remote storage. @@ -35,7 +35,7 @@ You can specify a custom registered vectors class under `[nlp.vectors]` in order to use static vectors in formats other than the ones supported by [`Vectors`](/api/vectors). To implement your custom vectors, extend the abstract class [`BaseVectors`](/api/basevectors). See an example using -[BPEmb subword embeddings](/docs/usage/embeddings-transformers#custom-vectors). +[BPEmb subword embeddings](/usage/embeddings-transformers#custom-vectors). ### Additional features and improvements {id="additional-features-and-improvements"}