From c77dd040b44d92135e68b7d4a3c1a778abd2bc62 Mon Sep 17 00:00:00 2001 From: Ashutosh Das Date: Tue, 19 Nov 2013 20:43:27 +0600 Subject: docs(tutorial/step-2): correct the link to jasmine docs Closes #5029 --- docs/content/tutorial/step_02.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index e8a894cb..f1906018 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -180,8 +180,8 @@ is available to be injected. 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 {@link -http://pivotal.github.com/jasmine/ Jasmine home page} and on the {@link -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}. The angular-seed project is pre-configured to run all unit tests using {@link http://karma-runner.github.io/ Karma}. To run the test, do the following: -- cgit v1.2.3