We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb03694 commit 642742cCopy full SHA for 642742c
docs/content/guide/introduction.ngdoc
@@ -103,7 +103,7 @@ Angular frees you from the following pains:
103
* **Writing tons of initialization code just to get started:** Typically you need to write a lot
104
of plumbing just to get a basic "Hello World" AJAX app working. With Angular you can bootstrap
105
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
+ [Guice](https://github.com/google/guice)-like dependency-injection style. This allows you
107
to get started developing features quickly. As a bonus, you get full control over the
108
initialization process in automated tests.
109
0 commit comments