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 3374e35 commit 8469779Copy full SHA for 8469779
docs/content/tutorial/step_11.ngdoc
@@ -135,7 +135,7 @@ The {@link api/ngResource.$resource $resource} service augments the response obj
135
with methods for updating and deleting the resource. If we were to use the standard `toEqual`
136
matcher, our tests would fail because the test values would not match the responses exactly. To
137
solve the problem, we use a newly-defined `toEqualData` {@link
138
-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
139
`toEqualData` matcher compares two objects, it takes only object properties into account and
140
ignores methods.
141
0 commit comments