From 0d92788db3e0207ec4c6df3cf76661c60e95c5a1 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 29 Sep 2023 11:53:55 +0200 Subject: [PATCH] Minor fixes --- website/docs/usage/v3-7.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}