From fcfe2b37939fcf9c595eb2294b57866a5a200aa7 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 10 Jun 2014 01:34:41 -0700 Subject: [PATCH] docs(tutorial/step_09): fix link to filter guide --- docs/content/tutorial/step_09.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: