diff --git a/website/usage/_install/_instructions.jade b/website/usage/_install/_instructions.jade index 770aba35c..21b0533eb 100644 --- a/website/usage/_install/_instructions.jade +++ b/website/usage/_install/_instructions.jade @@ -184,7 +184,8 @@ p +h(4, "source-windows") Windows p - | Install a version of + | Install a version of the + | #[+a("http://landinghub.visualstudio.com/visual-cpp-build-tools") Visual C++ Bulild Tools] or | #[+a("https://www.visualstudio.com/vs/visual-studio-express/") Visual Studio Express] | that matches the version that was used to compile your Python | interpreter. For official distributions these are: diff --git a/website/usage/_spacy-101/_tokenization.jade b/website/usage/_spacy-101/_tokenization.jade index 602209ec8..c2a02a7a7 100644 --- a/website/usage/_spacy-101/_tokenization.jade +++ b/website/usage/_spacy-101/_tokenization.jade @@ -55,6 +55,6 @@ p p | While punctuation rules are usually pretty general, tokenizer exceptions | strongly depend on the specifics of the individual language. This is - | why each #[+a("/models/#languages") available language] has its + | why each #[+a("/usage/models#languages") available language] has its | own subclass like #[code English] or #[code German], that loads in lists | of hard-coded data and exception rules.