Skip to content

Commit 642742c

Browse files
agamrafaelibullgare
authored andcommitted
docs(guide/introduction): guice has moved to github
Closes angular#9416
1 parent cb03694 commit 642742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/introduction.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Angular frees you from the following pains:
103103
* **Writing tons of initialization code just to get started:** Typically you need to write a lot
104104
of plumbing just to get a basic "Hello World" AJAX app working. With Angular you can bootstrap
105105
your app easily using services, which are auto-injected into your application in a
106-
[Guice](http://code.google.com/p/google-guice/)-like dependency-injection style. This allows you
106+
[Guice](https://github.com/google/guice)-like dependency-injection style. This allows you
107107
to get started developing features quickly. As a bonus, you get full control over the
108108
initialization process in automated tests.
109109

0 commit comments

Comments
 (0)