diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index 22c7127fa8..d978bcd02b 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -112,7 +112,7 @@ If that form will need additional customization by the developer who is using yo However, if the form will always be the same and not need much customization by developers, then you could create a dynamic component that takes the configuration and generates the form. In general, the more complex the customization, the more useful the schematic approach. -To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries). +To learn more, see [Schematics Overview](guide/schematics) and [Schematics for Libraries](guide/schematics-for-libraries). ## Publishing your library