From 6147bd3eb4af0695edf5f3ac0e51c1346755bf03 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 8 Aug 2018 15:03:52 +0200 Subject: [PATCH] Fix link target (closes #2645) [ci skip] --- website/usage/_data.json | 2 +- website/usage/processing-pipelines.jade | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/usage/_data.json b/website/usage/_data.json index 508ecf7d4..ec4c6b6a3 100644 --- a/website/usage/_data.json +++ b/website/usage/_data.json @@ -103,7 +103,7 @@ "menu": { "How Pipelines Work": "pipelines", "Custom Components": "custom-components", - "Extension Attributes": "custom-components-extensions", + "Extension Attributes": "custom-components-attributes", "Multi-Threading": "multithreading", "Serialization": "serialization" } diff --git a/website/usage/processing-pipelines.jade b/website/usage/processing-pipelines.jade index ab1bc7dc4..8a890113e 100644 --- a/website/usage/processing-pipelines.jade +++ b/website/usage/processing-pipelines.jade @@ -12,8 +12,8 @@ include _spacy-101/_pipelines +h(2, "custom-components") Creating custom pipeline components include _processing-pipelines/_custom-components -+section("custom-components-extensions") - +h(2, "custom-components-extensions") Extension attributes ++section("custom-components-attributes") + +h(2, "custom-components-attributes") Extension attributes +tag-new(2) include _processing-pipelines/_extensions