diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 110b383b4016..8702f739013a 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'); });