From 64d404612f15dbebf99ee920ea4fcee85e9b3d65 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sun, 6 Apr 2014 18:58:01 +0100 Subject: [PATCH] docs(tutorial/step-8): fix external link --- docs/content/tutorial/step_08.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index 543b0b52..c49163c3 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -184,7 +184,7 @@ You can now rerun `npm run protractor` to see the tests run. # Experiments -* Using the {@link https://github.com/angular/protractor/blob/master/docs/api.md Protractor API}, +* Using the [Protractor API](https://github.com/angular/protractor/blob/master/docs/api.md), write a test that verifies that we display 4 thumbnail images on the Nexus S details page.