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

Commit 7602cd5

Browse files
yurshapkozlowski-opensource
authored andcommitted
docs(guide/location): replace invalid link
Closes #10882
1 parent 560951e commit 7602cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/$location.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ encoded.
165165

166166
`$location` service has two configuration modes which control the format of the URL in the browser
167167
address bar: **Hashbang mode** (the default) and the **HTML5 mode** which is based on using the
168-
HTML5 [History API](http://www.w3.org/TR/html5/introduction.html#history-0). Applications use the same API in
168+
[HTML5 History API](https://html.spec.whatwg.org/multipage/browsers.html#the-history-interface). Applications use the same API in
169169
both modes and the `$location` service will work with appropriate URL segments and browser APIs to
170170
facilitate the browser URL change and history management.
171171

0 commit comments

Comments
 (0)