mirror of
https://github.com/django-components/django-components.git
synced 2025-09-20 20:59:46 +00:00
docs: fix old links for defining_js_css_html_files (#1338)
This commit is contained in:
parent
0df269adfe
commit
93cea3d532
3 changed files with 5 additions and 5 deletions
|
@ -218,7 +218,7 @@ class ComponentsSettings(NamedTuple):
|
|||
[STATICFILES_DIRS](https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-STATICFILES_DIRS).
|
||||
|
||||
These locations are searched during [autodiscovery](../../concepts/fundamentals/autodiscovery),
|
||||
or when you [define HTML, JS, or CSS as separate files](../../concepts/fundamentals/defining_js_css_html_files).
|
||||
or when you [define HTML, JS, or CSS as separate files](../../concepts/fundamentals/html_js_css_files).
|
||||
|
||||
```python
|
||||
COMPONENTS = ComponentsSettings(
|
||||
|
@ -252,7 +252,7 @@ class ComponentsSettings(NamedTuple):
|
|||
To search for `<app>/my_comps/`.
|
||||
|
||||
These locations are searched during [autodiscovery](../../concepts/fundamentals/autodiscovery),
|
||||
or when you [define HTML, JS, or CSS as separate files](../../concepts/fundamentals/defining_js_css_html_files).
|
||||
or when you [define HTML, JS, or CSS as separate files](../../concepts/fundamentals/html_js_css_files).
|
||||
|
||||
Set to empty list to disable app-level components:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue