Skip to content

Commit 63b14a0

Browse files
authored
docs: link rot in readme.md (#855)
1 parent d3949b2 commit 63b14a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Unique classnames give us style encapsulation and `_JSXStyle` is heavily optimiz
155155

156156
Notice that the outer `<div>` from the example above also gets a `jsx-123` classname. We do this so that
157157
you can target the "root" element, in the same manner that
158-
[`:host`](https://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-201/#toc-style-host) works with Shadow DOM.
158+
[`:host`](https://web.dev/articles/shadowdom-v1) works with Shadow DOM.
159159

160160
If you want to target _only_ the host, we suggest you use a class:
161161

0 commit comments

Comments
 (0)