From a564160511bf1bbed5a4fe5d2981fae1bb664eca Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 12 Feb 2014 22:47:42 +0000 Subject: docs(bike-shed-migration): fix url-based links refs to AUTO module --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc') diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index d72cb9b3..da2dc48a 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -88,19 +88,19 @@ Returns the window.location.search of the currently loaded page in the test fram Returns the window.location.hash (without `#`) of the currently loaded page in the test frame. ## browser().location().url() -Returns the {@link api/ng.$location $location.url()} of the currently loaded page in +Returns the {@link ng.$location $location.url()} of the currently loaded page in the test frame. ## browser().location().path() -Returns the {@link api/ng.$location $location.path()} of the currently loaded page in +Returns the {@link ng.$location $location.path()} of the currently loaded page in the test frame. ## browser().location().search() -Returns the {@link api/ng.$location $location.search()} of the currently loaded page +Returns the {@link ng.$location $location.search()} of the currently loaded page in the test frame. ## browser().location().hash() -Returns the {@link api/ng.$location $location.hash()} of the currently loaded page in +Returns the {@link ng.$location $location.hash()} of the currently loaded page in the test frame. ## expect(future).{matcher} -- cgit v1.2.3