Skip to content

Commit c77dd04

Browse files
pyprismpetebacondarwin
authored andcommitted
docs(tutorial/step-2): correct the link to jasmine docs
Closes angular#5029
1 parent dc027f2 commit c77dd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_02.ngdoc

Lines changed: 2 additions & 2 deletions
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)