Update links

This commit is contained in:
ines 2017-11-13 08:30:06 +01:00
parent b3e502a076
commit 7a7b01feb1
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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.