From 3f67ae3bbbdcfec5b5a3a97f63a9032787d3f847 Mon Sep 17 00:00:00 2001 From: Manuel Darveau Date: Fri, 12 Jan 2018 22:10:55 -0500 Subject: [PATCH] docs(guide/Using $location): Fixed typo --- docs/content/guide/$location.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index ef879de888b3..caf18bb42df1 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -391,7 +391,7 @@ called `/base`). The URL `/base` is actually outside the application (it refers in the root `/` folder). If you wish to be able to navigate to the application via a URL such as `/base` then you should ensure that -you server is setup to redirect such requests to `/base/`. +your server is setup to redirect such requests to `/base/`. See https://github.com/angular/angular.js/issues/14018 for more information.