diff --git a/website/usage/_processing-pipelines/_multithreading.jade b/website/usage/_processing-pipelines/_multithreading.jade index 4dff9c924..c7fcaac3f 100644 --- a/website/usage/_processing-pipelines/_multithreading.jade +++ b/website/usage/_processing-pipelines/_multithreading.jade @@ -43,7 +43,7 @@ p p | This example shows how to use multiple cores to process text using - | spaCy and #[+a("https://pythonhosted.org/joblib/") Joblib]. We're + | spaCy and #[+a("https://joblib.readthedocs.io/en/latest/parallel.html") Joblib]. We're | exporting part-of-speech-tagged, true-cased, (very roughly) | sentence-separated text, with each "sentence" on a newline, and | spaces between tokens. Data is loaded from the IMDB movie reviews