From f5f1f5b30246e7a2c7bd1c783f93e9077a1562cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= Date: Wed, 4 Dec 2013 17:24:50 +0100 Subject: [PATCH] docs(tutorial/step-07): update path to phone detail page in scenario url path in tutorial/doc not in line with actual code --- docs/content/tutorial/step_07.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 110b383b401..8702f739013 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -266,7 +266,7 @@ to various URLs and verify that the correct view was rendered. describe('Phone detail view', function() { beforeEach(function() { - browser().navigateTo('../../app/index.html#/phones/nexus-s'); + browser().navigateTo('app/index.html#/phones/nexus-s'); });