From 794d1c1ebe0b77254ddaf89c9bb221adb2a316fc Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 27 Oct 2015 10:17:33 -0700 Subject: [PATCH] docs($anchorScroll): fix link to HTML5 spec Closes #13180 --- 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 a4b25dff56fc..7ffb6f45ebe5 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://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document). + * [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-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