From bf1afa06fdf796ed79f7734c25b17da653e69cca Mon Sep 17 00:00:00 2001 From: Boaz Blake Date: Mon, 19 Nov 2018 01:34:20 -0600 Subject: [PATCH] adding missing anchor (#2305) --- docs/hyperscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperscript.md b/docs/hyperscript.md index 02120051..c2f440e7 100644 --- a/docs/hyperscript.md +++ b/docs/hyperscript.md @@ -5,7 +5,7 @@ - [How it works](#how-it-works) - [Flexibility](#flexibility) - [CSS selectors](#css-selectors) -- [Attributes passed as the second argument](attributes-passed-as-the-second-argument) +- [Attributes passed as the second argument](#attributes-passed-as-the-second-argument) - [DOM attributes](#dom-attributes) - [Style attribute](#style-attribute) - [Events](#events)