We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662fb28 commit 794d1c1Copy full SHA for 794d1c1
src/ng/anchorScroll.js
@@ -41,7 +41,7 @@ function $AnchorScrollProvider() {
41
* When called, it scrolls to the element related to the specified `hash` or (if omitted) to the
42
* current value of {@link ng.$location#hash $location.hash()}, according to the rules specified
43
* in the
44
- * [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).
45
*
46
* It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to
47
* match any anchor whenever it changes. This can be disabled by calling
0 commit comments