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

Commit e7ab857

Browse files
Stéphane Reynaudcaitp
Stéphane Reynaud
authored andcommitted
docs(guide/$location): correct link to HTML5 draft section 5.5 (history api)
Previous link url is no longer served, responds with bad link (error 404). This change corrects the URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in 2012. Corrects the link to "History API" Closes #6225
1 parent 46cba2e commit e7ab857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.services.$location.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ encoded.
160160

161161
`$location` service has two configuration modes which control the format of the URL in the browser
162162
address bar: **Hashbang mode** (the default) and the **HTML5 mode** which is based on using the
163-
HTML5 {@link http://www.w3.org/TR/html5/history.html History API}. Applications use the same API in
163+
HTML5 {@link http://www.w3.org/TR/html5/browsers.html#history History API}. Applications use the same API in
164164
both modes and the `$location` service will work with appropriate URL segments and browser APIs to
165165
facilitate the browser URL change and history management.
166166

0 commit comments

Comments
 (0)