Skip to content

Commit 78e6b3b

Browse files
authored
Merge pull request #698 from leevigraham/patch-7
Fix broken hash link
2 parents e7dc970 + 5dd1369 commit 78e6b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/reference/twig/tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ That would result in:
550550
```
551551

552552
::: tip
553-
This tag works identically to the [namespace](filters.md#namespace) filter, except that it will call <craft5:craft\web\View::setNamespace()> at the beginning, so any PHP code executed within it can be aware of what the nested IDs will become.
553+
This tag works identically to the [namespace](filters.md#namespace-or-ns) filter, except that it will call <craft5:craft\web\View::setNamespace()> at the beginning, so any PHP code executed within it can be aware of what the nested IDs will become.
554554
:::
555555

556556
## `nav`

0 commit comments

Comments
 (0)