We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f031430 commit fe65932Copy full SHA for fe65932
1 file changed
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