From 07b6be97261c4a0741c77a858e9be61b4a14204b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Reynaud?= Date: Wed, 12 Feb 2014 11:14:25 +0100 Subject: [PATCH] docs(guide/$location) : bad link (error 404) Corrects the link to "History API" --- docs/content/guide/dev_guide.services.$location.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc index bfd1d5d90999..08fabe33e9e3 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.