From fab59e7515c80a36ca62454fe65ed6b930454b38 Mon Sep 17 00:00:00 2001 From: b9chris Date: Tue, 1 Apr 2014 18:02:49 -0700 Subject: [PATCH] docs($location): fix link to Developer Guide for "Using $location" Closes #6946 --- src/ng/location.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ng/location.js b/src/ng/location.js index 9bb4d417c..cd3548455 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -508,8 +508,7 @@ function locationGetterSetter(property, preprocess) { * - Clicks on a link. * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). * - * For more information see {@link guide/dev_guide.services.$location Developer Guide: Angular - * Services: Using $location} + * For more information see {@link guide/$location Developer Guide: Using $location} */ /**