From 6501c3c16246f7c9a4769de0dc6197a3d3fd97cd Mon Sep 17 00:00:00 2001 From: John Rees Date: Tue, 27 Jul 2021 09:48:58 +0100 Subject: [PATCH] Fix broken link for 'custom element name' docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660e04b..94a1897 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ const Greeting = ({ name = 'World' }) => ( register(Greeting, 'x-greeting', ['name']); ``` -> _**\* Note:** as per the [Custom Elements specification](http://w3c.github.io/webcomponents/spec/custom/#prod-potentialcustomelementname), the tag name must contain a hyphen._ +> _**\* Note:** as per the [Custom Elements specification](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name), the tag name must contain a hyphen._ Use the new tag name in HTML, attribute keys and values will be passed in as props: