Fix url broken

The related url to **custom named entities** was broken
This commit is contained in:
Jorge Paredes 2017-07-16 10:06:32 -05:00 committed by GitHub
parent 2d22b63e09
commit fadacd0d47
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ p
p
| If you've trained your own model, for example for
| #[+a("/docs/usage/adding-languages") additional languages] or
| #[+a("/docs/usage/train-ner") custom named entities], you can save its
| #[+a("/docs/usage/training-ner") custom named entities], you can save its
| state using the #[code Language.save_to_directory()] method. To make the
| model more convenient to deploy, we recommend wrapping it as a Python
| package.