docs(guide/services): fix link to minify Wikipedia page

Closes #7488
This commit is contained in:
Sam Dornan
2014-05-16 13:44:27 -05:00
committed by Tobias Bosch
parent 7e4598663a
commit 20221f9582

View File

@@ -130,7 +130,7 @@ injection of `$window`, `$scope`, and our `notify` service:
</example>
<div class="alert alert-danger">
**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.
</div>