aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStéphane Reynaud2014-02-12 11:14:25 +0100
committerCaitlin Potter2014-02-12 08:26:21 -0500
commite7ab857ddbaf807859494eeeacc248e00c4a2fc5 (patch)
treea403d904afd8c3353f4d286844aa1c8b4dd79c82 /docs
parent46cba2e05dff2ca34a1d5c85e6d68abc9c06d9fe (diff)
downloadangular.js-e7ab857ddbaf807859494eeeacc248e00c4a2fc5.tar.bz2
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
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/dev_guide.services.$location.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc
index bfd1d5d9..08fabe33 100644
--- a/docs/content/guide/dev_guide.services.$location.ngdoc
+++ b/docs/content/guide/dev_guide.services.$location.ngdoc
@@ -160,7 +160,7 @@ encoded.
`$location` service has two configuration modes which control the format of the URL in the browser
address bar: **Hashbang mode** (the default) and the **HTML5 mode** which is based on using the
-HTML5 {@link http://www.w3.org/TR/html5/history.html History API}. Applications use the same API in
+HTML5 {@link http://www.w3.org/TR/html5/browsers.html#history History API}. Applications use the same API in
both modes and the `$location` service will work with appropriate URL segments and browser APIs to
facilitate the browser URL change and history management.