From 45bc5d7a7235c014d6bb64a4767ed7009a2811d4 Mon Sep 17 00:00:00 2001 From: Sam Dornan Date: Fri, 16 May 2014 13:44:27 -0500 Subject: [PATCH] docs(guide/services): fix link to minify Wikipedia page --- docs/content/guide/services.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc index 5abede31d818..542777b595a0 100644 --- a/docs/content/guide/services.ngdoc +++ b/docs/content/guide/services.ngdoc @@ -130,7 +130,7 @@ injection of `$window`, `$scope`, and our `notify` service:
-**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming) your +**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) your code, your variable names will get renamed unless you use one of the annotation techniques above.