From e58531689d3567f75d733c58e884de99c5eef719 Mon Sep 17 00:00:00 2001 From: inphovore <123myway@gmail.com> Date: Sat, 1 Nov 2014 05:52:17 -0700 Subject: [PATCH] docs(guide/Bootstrap): describe your change... batarang link correction --- docs/content/guide/bootstrap.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 0eb77a7636d8..eae018a3472a 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -145,7 +145,7 @@ This is the sequence that your code should follow: ## Deferred Bootstrap -This feature enables tools like [Batarang](github.com/angular/angularjs-batarang) and test runners +This feature enables tools like [Batarang](https://github.com/angular/angularjs-batarang) and test runners to hook into angular's bootstrap process and sneak in more modules into the DI registry which can replace or augment DI services for the purpose of instrumentation or mocking out heavy dependencies.