diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 6ed5d9ca..22c029c8 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -110,7 +110,8 @@ Note that we call the helper function, `inject(function(checkmarkFilter) { ... } access to the filter that we want to test. See {@link angular.mock.inject angular.mock.inject()}. Notice that the suffix 'Filter' is appended to your filter name when injected. -See the {@link Filters Filter Guide} - 'Using filters in controllers and services' section where this is outlined. +See the {@link guide/filter#using-filters-in-controllers-services-and-directives Filter Guide} +section where this is outlined. You should now see the following output in the Karma tab: