diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 060d66b7f120..b5b8151ecc22 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -280,7 +280,7 @@ function shallowClearAndCopy(src, dst) { * the Resource API. This object can be serialized through {@link angular.toJson} safely * without attaching AngularJS-specific fields. Notice that `JSON.stringify` (and * `angular.toJson`) automatically use this method when serializing a Resource instance - * (see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON()_behavior)). + * (see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior)). * * @example *