Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fe65932

Browse files
mbonacipetebacondarwin
authored andcommitted
docs(tutorial/step11): correct Jasmine Matcher link
Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329
1 parent f031430 commit fe65932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_11.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The {@link api/ngResource.$resource $resource} service augments the response obj
129129
with methods for updating and deleting the resource. If we were to use the standard `toEqual`
130130
matcher, our tests would fail because the test values would not match the responses exactly. To
131131
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
132+
https://github.com/pivotal/jasmine/wiki/Matchers Jasmine matcher}. When the
133133
`toEqualData` matcher compares two objects, it takes only object properties into account and
134134
ignores methods.
135135

0 commit comments

Comments
 (0)