diff --git a/docs/getting_started/components_in_templates.md b/docs/getting_started/components_in_templates.md index cca78909..ae798a8d 100644 --- a/docs/getting_started/components_in_templates.md +++ b/docs/getting_started/components_in_templates.md @@ -55,7 +55,7 @@ by calling `{% load component_tags %}` inside the template. like `{% component "calendar" / %}`. `ComponentRegistries` also make it possible to group and share components as standalone packages. - [Learn more here](../../concepts/advanced/authoring_component_libraries). + [Learn more here](../../concepts/advanced/component_libraries). !!! note