docs(guide/Bootstrap): batarang link correction

Closes #9869
This commit is contained in:
inphovore
2014-11-01 05:52:17 -07:00
committed by Pawel Kozlowski
parent 41b36e689c
commit ee1fc1dc13

View File

@@ -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.