diff --git a/website/docs/usage/dependency-parse.jade b/website/docs/usage/dependency-parse.jade index 28ab62d77..92594ee04 100644 --- a/website/docs/usage/dependency-parse.jade +++ b/website/docs/usage/dependency-parse.jade @@ -28,9 +28,10 @@ p p | The best way to understand spaCy's dependency parser is interactively, - | through the displacy visualizer. If you want to know how to write rules - | that hook into some type of syntactic construction, just plug the - | sentence into the visualizer and see how spaCy annotates it. + | through the #[+a(DEMOS_URL + "/displacy") displaCy visualizer]. If you + | want to know how to write rules that hook into some type of syntactic + | construction, just plug the sentence into the visualizer and see how + | spaCy annotates it. +h(2, "navigating") Navigating the parse tree