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

Commit b211220

Browse files
committed
docs(tutorial/step_09): fix link to filter guide
1 parent b6cb045 commit b211220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/step_09.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ Note that we call the helper function, `inject(function(checkmarkFilter) { ... }
110110
access to the filter that we want to test. See {@link angular.mock.inject angular.mock.inject()}.
111111

112112
Notice that the suffix 'Filter' is appended to your filter name when injected.
113-
See the {@link Filters Filter Guide} - 'Using filters in controllers and services' section where this is outlined.
113+
See the {@link guide/filter#using-filters-in-controllers-services-and-directives Filter Guide}
114+
section where this is outlined.
114115

115116
You should now see the following output in the Karma tab:
116117

0 commit comments

Comments
 (0)