From 8c37cdc38a443d1f70dc5fce1a1303dd7e3b9cf8 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 10 Apr 2019 22:49:54 +0530 Subject: [PATCH] docs: redirect to schematics-for-libraries (#29780) Fixes #29778 PR Close #29780 --- aio/content/guide/creating-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index 76be9a9ffc..c4af439265 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -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 library’s dependencies and provide migrations for breaking changes in new releases. -To learn more, see [Schematics — An Introduction](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2). +To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries). ## Publishing your library