docs: redirect to schematics-for-libraries (#29780)

Fixes #29778

PR Close #29780
This commit is contained in:
Santosh Yadav 2019-04-10 22:49:54 +05:30 committed by Igor Minar
parent ad642e31cd
commit 8c37cdc38a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ A library can include [schematics](guide/glossary#schematic) that allow it to in
* Include an update schematic so that `ng update` can update your librarys dependencies and provide migrations for breaking changes in new releases.
To learn more, see [SchematicsAn Introduction](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2).
To learn more, see [Schematics Overview](guide/schematics) and [Schematicsfor Libraries](guide/schematics-for-libraries).
## Publishing your library