From df5624147f8cc6c4f4d277254ff4f5539e0dc827 Mon Sep 17 00:00:00 2001 From: Brian Andersen Date: Sun, 16 Mar 2014 14:19:51 +0100 Subject: docs(tutorial): fix broken link Fixed a minor error in link Closes #6701 --- docs/content/tutorial/step_03.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 1203527d..1ceb3494 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -114,7 +114,7 @@ describe('PhoneCat App', function() { ``` Even though the syntax of this test looks very much like our controller unit test written with -Jasmine, the end-to-end test uses APIs of {@link guide/dev_guide.e2e-testing Angular's end-to-end +Jasmine, the end-to-end test uses APIs of {@link guide/e2e-testing Angular's end-to-end test runner}. To run the end-to-end test, open one of the following in a new browser tab: -- cgit v1.2.3