aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorBrian Andersen2014-03-16 14:19:51 +0100
committerCaitlin Potter2014-03-16 13:35:21 -0400
commitdf5624147f8cc6c4f4d277254ff4f5539e0dc827 (patch)
tree4bf3141dd1b0f6f4b1d970d667d7348a337d2291 /docs/content
parent91e6d1d22f0c56bf201e6eb4792b59cfc1f2ae79 (diff)
downloadangular.js-df5624147f8cc6c4f4d277254ff4f5539e0dc827.tar.bz2
docs(tutorial): fix broken link
Fixed a minor error in link Closes #6701
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tutorial/step_03.ngdoc2
1 files changed, 1 insertions, 1 deletions
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: