docs(guide/services): fix link to wikipedia article containing parentheses

Fix in a mis-parsed link with ')' symbol in it
This commit is contained in:
Alexander Karpan
2014-06-10 22:06:48 +02:00
committed by Caitlin Potter
parent 299a32740c
commit ad466412c6
+1 -1
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&#41;) your
code, your variable names will get renamed unless you use one of the annotation techniques above.
</div>