aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hedges2014-03-06 21:50:01 -0600
committerBrian Ford2014-03-07 15:08:37 -0800
commite8c8c5459e552d795fe9995038a5090efa727098 (patch)
tree6b1d3d71d576393998fafb2906519a1b28a81f25
parent1c20aed31801eac10e31214593f8f9d0a2a8430b (diff)
downloadangular.js-e8c8c5459e552d795fe9995038a5090efa727098.tar.bz2
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
-rw-r--r--docs/content/tutorial/step_02.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc
index 37e91ef7..83512e9f 100644
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -183,7 +183,7 @@ is available to be injected.
### Writing and Running Tests
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 [Jasmine home page](http://pivotal.github.com/jasmine/) and at the [Jasmine docs](http://pivotal.github.io/jasmine/).
+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/).
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.
You can do this by issuing `npm install` into your terminal.