We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ce3a3 commit 84da2d8Copy full SHA for 84da2d8
docs/content/tutorial/step_02.ngdoc
@@ -180,8 +180,8 @@ is available to be injected.
180
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
181
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
182
this tutorial in Jasmine. You can learn about Jasmine on the {@link
183
-http://pivotal.github.com/jasmine/ Jasmine home page} and on the {@link
184
-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}.
185
186
The angular-seed project is pre-configured to run all unit tests using {@link
187
http://karma-runner.github.io/ Karma}. To run the test, do the following:
0 commit comments