Skip to content

Commit 8cf11dc

Browse files
HurricaneInteractivealexkrolick
authored andcommitted
Update web-components.md (#2333)
Updated custom-elements-es5-adapter link. Pointed to a repo that has moved.
1 parent fb8fdb8 commit 8cf11dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/web-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ customElements.define('x-search', XSearch);
5959
>Note:
6060
>
6161
>This code **will not** work if you transform classes with Babel. See [this issue](https://github.com/w3c/webcomponents/issues/587) for the discussion.
62-
>Include the [custom-elements-es5-adapter](https://github.com/webcomponents/webcomponentsjs#custom-elements-es5-adapterjs) before you load your web components to fix this issue.
62+
>Include the [custom-elements-es5-adapter](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs#custom-elements-es5-adapterjs) before you load your web components to fix this issue.

0 commit comments

Comments
 (0)