aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_03.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2011-10-25 13:23:49 -0700
committerVojta Jina2011-10-26 15:58:59 -0700
commitbf729d550b9589aa498957d219816e334222858b (patch)
tree24b2b966e55fad860a12d65e15e6f760fadece35 /docs/content/tutorial/step_03.ngdoc
parentdc8ffa51b7ebe5fb9bc1c89087c8b3c9e65d1006 (diff)
downloadangular.js-bf729d550b9589aa498957d219816e334222858b.tar.bz2
feat(docs): Add scenario runner into dev guide
And update the link in the tutorial as well...
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
-rw-r--r--docs/content/tutorial/step_03.ngdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index 89a1b0cb..9be7380a 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -99,9 +99,8 @@ describe('PhoneCat App', function() {
</pre>
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
-https://docs.google.com/document/d/11L8htLKrh6c92foV71ytYpiKkeKpM4_a5-9c3HywfIc/edit?hl=en&pli=1#
-Angular's end-to-end test runner}.
+Jasmine, the end-to-end test uses APIs of {@link guide/dev_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: