We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4067905 commit 1daca8dCopy full SHA for 1daca8d
docs/content/tutorial/step_11.ngdoc
@@ -129,7 +129,7 @@ The {@link api/ngResource.$resource $resource} service augments the response obj
129
with methods for updating and deleting the resource. If we were to use the standard `toEqual`
130
matcher, our tests would fail because the test values would not match the responses exactly. To
131
solve the problem, we use a newly-defined `toEqualData` {@link
132
-http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html Jasmine matcher}. When the
+https://github.com/pivotal/jasmine/wiki/Matchers Jasmine matcher}. When the
133
`toEqualData` matcher compares two objects, it takes only object properties into account and
134
ignores methods.
135
0 commit comments