diff options
| author | Ashutosh Das | 2013-11-19 20:43:27 +0600 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-20 14:21:49 +0000 | 
| commit | c77dd040b44d92135e68b7d4a3c1a778abd2bc62 (patch) | |
| tree | 785b39cb30d8f55d4187ff3e834c3f4b8bae9e29 /docs/content/tutorial | |
| parent | dc027f22e55c5a41837341403f90cd5bdbdb7c80 (diff) | |
| download | angular.js-c77dd040b44d92135e68b7d4a3c1a778abd2bc62.tar.bz2 | |
docs(tutorial/step-2): correct the link to jasmine docs
Closes #5029
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index e8a894cb..f1906018 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -180,8 +180,8 @@ is available to be injected.  Angular developers prefer the syntax of Jasmine's Behavior-driven Development  (BDD) framework when  writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in  this tutorial in Jasmine. You can learn about Jasmine on the {@link -http://pivotal.github.com/jasmine/ Jasmine home page} and on the {@link -https://github.com/pivotal/jasmine/wiki Jasmine wiki}. +http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link +http://pivotal.github.io/jasmine/ Jasmine docs}.  The angular-seed project is pre-configured to run all unit tests using {@link  http://karma-runner.github.io/ Karma}. To run the test, do the following: | 
