diff options
| author | Brian Andersen | 2014-03-16 14:19:51 +0100 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-16 13:35:21 -0400 | 
| commit | df5624147f8cc6c4f4d277254ff4f5539e0dc827 (patch) | |
| tree | 4bf3141dd1b0f6f4b1d970d667d7348a337d2291 /docs/content/tutorial | |
| parent | 91e6d1d22f0c56bf201e6eb4792b59cfc1f2ae79 (diff) | |
| download | angular.js-df5624147f8cc6c4f4d277254ff4f5539e0dc827.tar.bz2 | |
docs(tutorial): fix broken link
Fixed a minor error in link
Closes #6701
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 | 
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: | 
