From df7f94cb2d400f6185cb1566ca67f02e64868dd0 Mon Sep 17 00:00:00 2001 From: Antoliny Lee Date: Tue, 8 Jul 2025 01:23:45 +0900 Subject: [PATCH] docs: fix component_library link (#1285) --- docs/getting_started/components_in_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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