We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560951e commit 7602cd5Copy full SHA for 7602cd5
docs/content/guide/$location.ngdoc
@@ -165,7 +165,7 @@ encoded.
165
166
`$location` service has two configuration modes which control the format of the URL in the browser
167
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
+[HTML5 History API](https://html.spec.whatwg.org/multipage/browsers.html#the-history-interface). Applications use the same API in
169
both modes and the `$location` service will work with appropriate URL segments and browser APIs to
170
facilitate the browser URL change and history management.
171
0 commit comments