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.