docs: fix component_library link (#1285)

This commit is contained in:
Antoliny Lee 2025-07-08 01:23:45 +09:00 committed by GitHub
parent 9a4f835201
commit df7f94cb2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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