Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 62ed26a

Browse files
srawlinsgkalpak
authored andcommitted
docs($anchorScroll): fix link to HTML5 spec
Closes #13180
1 parent 59f1f4e commit 62ed26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/anchorScroll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function $AnchorScrollProvider() {
4141
* When called, it scrolls to the element related to the specified `hash` or (if omitted) to the
4242
* current value of {@link ng.$location#hash $location.hash()}, according to the rules specified
4343
* in the
44-
* [HTML5 spec](http://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document).
44+
* [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-indicated-part-of-the-document).
4545
*
4646
* It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to
4747
* match any anchor whenever it changes. This can be disabled by calling

0 commit comments

Comments
 (0)