From 19793aa0f0a192ed3862fa7273c604f0ec1a301b Mon Sep 17 00:00:00 2001 From: Ashutosh Das Date: Tue, 19 Nov 2013 20:43:27 +0600 Subject: [PATCH] Update step_02.ngdoc The Wiki pages are deprecated! Added new link for the wiki. --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index e8a894cbe7d4..262a4b3738d4 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -181,7 +181,7 @@ Angular developers prefer the syntax of Jasmine's Behavior-driven Development ( 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://jasmine.github.io/ Jasmine wiki}. 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: