diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index b5d36e79c..543b0b529 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -184,8 +184,8 @@ You can now rerun `npm run protractor` to see the tests run. # Experiments -* Using the {@link guide/dev_guide.e2e-testing Angular's end-to-end test runner API}, write a test -that verifies that we display 4 thumbnail images on the Nexus S details page. +* Using the {@link https://github.com/angular/protractor/blob/master/docs/api.md Protractor API}, +write a test that verifies that we display 4 thumbnail images on the Nexus S details page. # Summary