From 8cf11dc3e94b58e5e462277e09ba155330769951 Mon Sep 17 00:00:00 2001 From: "Adro.codes" Date: Tue, 10 Sep 2019 10:46:44 +1000 Subject: [PATCH] Update web-components.md (#2333) Updated custom-elements-es5-adapter link. Pointed to a repo that has moved. --- content/docs/web-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/web-components.md b/content/docs/web-components.md index cbfcc80e..1c5dcd27 100644 --- a/content/docs/web-components.md +++ b/content/docs/web-components.md @@ -59,4 +59,4 @@ customElements.define('x-search', XSearch); >Note: > >This code **will not** work if you transform classes with Babel. See [this issue](https://github.com/w3c/webcomponents/issues/587) for the discussion. ->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. +>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.