diff --git a/Filtering.md b/Filtering.md index 68cb096..02b1d81 100644 --- a/Filtering.md +++ b/Filtering.md @@ -1,7 +1,7 @@ Filters can be used in several places, either in a Filter Stage to directly filter items in feeds, or as conditions for a Conditional Stage to control whether or not another pipeline stage is applied to an item. ## Filters -A filter is a collection of [Rules](#rules) along with information about how they should collectively apply to an item. +A filter is a collection of [Rules](#rules-1) along with information about how they should collectively apply to an item. ### `mode` Either `accept` or `reject`. Accepting rules will allow any items that match the filter whereas rejecting rules will block any items that match.