Skip to content

Commit b64e42d

Browse files
committed
add missing link
1 parent 1196110 commit b64e42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/tips/css.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A promising approach with components might be the following (still under evaluat
7676
</script>
7777
```
7878

79-
This way, the styling will even work if the component is used several times on the same page. Automatic name assignment for same-document view transitions is easy with [auto-generated names]()
79+
This way, the styling will even work if the component is used several times on the same page. Automatic name assignment for same-document view transitions is easy with [auto-generated names](#auto-generated-view-transition-names) and for cross-document view transitions it
8080

8181
is ease with the [declarative-names script](/tools/utensil-drawer/#declarative-names). For the example above set `data-vtbag-decl=".some-CSS-class-name = some-id-"`
8282

0 commit comments

Comments
 (0)