Fix link target (closes #2645) [ci skip]

This commit is contained in:
Ines Montani 2018-08-08 15:03:52 +02:00
parent 8c47da1f19
commit 6147bd3eb4
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@
"menu": { "menu": {
"How Pipelines Work": "pipelines", "How Pipelines Work": "pipelines",
"Custom Components": "custom-components", "Custom Components": "custom-components",
"Extension Attributes": "custom-components-extensions", "Extension Attributes": "custom-components-attributes",
"Multi-Threading": "multithreading", "Multi-Threading": "multithreading",
"Serialization": "serialization" "Serialization": "serialization"
} }

View File

@ -12,8 +12,8 @@ include _spacy-101/_pipelines
+h(2, "custom-components") Creating custom pipeline components +h(2, "custom-components") Creating custom pipeline components
include _processing-pipelines/_custom-components include _processing-pipelines/_custom-components
+section("custom-components-extensions") +section("custom-components-attributes")
+h(2, "custom-components-extensions") Extension attributes +h(2, "custom-components-attributes") Extension attributes
+tag-new(2) +tag-new(2)
include _processing-pipelines/_extensions include _processing-pipelines/_extensions