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

Commit 8469779

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 3374e35 commit 8469779

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
@@ -135,7 +135,7 @@ The {@link api/ngResource.$resource $resource} service augments the response obj
135135
with methods for updating and deleting the resource. If we were to use the standard `toEqual`
136136
matcher, our tests would fail because the test values would not match the responses exactly. To
137137
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
138+
https://github.com/pivotal/jasmine/wiki/Matchers Jasmine matcher}. When the
139139
`toEqualData` matcher compares two objects, it takes only object properties into account and
140140
ignores methods.
141141

0 commit comments

Comments
 (0)