Skip to content

Commit 84da2d8

Browse files
pyprismjamesdaily
authored andcommitted
docs(tutorial/step-2): correct the link to jasmine docs
Closes angular#5029
1 parent 30ce3a3 commit 84da2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_02.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ is available to be injected.
180180
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
181181
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
182182
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}.
183+
http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link
184+
http://pivotal.github.io/jasmine/ Jasmine docs}.
185185

186186
The angular-seed project is pre-configured to run all unit tests using {@link
187187
http://karma-runner.github.io/ Karma}. To run the test, do the following:

0 commit comments

Comments
 (0)