Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e8c8c54

Browse files
edhedgesbtford
authored andcommitted
docs(tutorial): link update for Jasmine
Jasmine doesn't live at the replaced link anymore. It has a link to click through, but I figured it would be better to just go directly to the correct location. Closes #6591
1 parent 1c20aed commit e8c8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ is available to be injected.
183183
### Writing and Running Tests
184184
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
185185
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
186-
this tutorial in Jasmine. You can learn about Jasmine on the [Jasmine home page](http://pivotal.github.com/jasmine/) and at the [Jasmine docs](http://pivotal.github.io/jasmine/).
186+
this tutorial in Jasmine. You can learn about Jasmine on the [Jasmine home page](http://jasmine.github.io/) and at the [Jasmine docs](http://jasmine.github.io/).
187187

188188
The angular-seed project is pre-configured to run all unit tests using [Karma](http://karma-runner.github.io/). Ensure that the necessary karma plugins are installed.
189189
You can do this by issuing `npm install` into your terminal.

0 commit comments

Comments
 (0)