From 6dbac1ca734445e4b947202738d2c4d4ead33cc1 Mon Sep 17 00:00:00 2001 From: Tim van Dalen Date: Sun, 3 Apr 2016 15:38:59 +0200 Subject: [PATCH] docs($anchorScroll): Fix link to HTML5 spec --- src/ng/anchorScroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index 7ffb6f45ebe5..cb3f6563aecb 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -41,7 +41,7 @@ function $AnchorScrollProvider() { * When called, it scrolls to the element related to the specified `hash` or (if omitted) to the * current value of {@link ng.$location#hash $location.hash()}, according to the rules specified * in the - * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-indicated-part-of-the-document). + * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document). * * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to * match any anchor whenever it changes. This can be disabled by calling