From 2ee2a60591418713da8f0c17650246847ed50a85 Mon Sep 17 00:00:00 2001 From: iD-666 <139281826+iD-666@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:01:42 +0700 Subject: [PATCH] [skip ci] Fix dead `Filter.kt` link in the CONTRIBUTING.md guide (#17637) Filter.kt not found because it's moved --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d0e46ba7..b823726a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -324,7 +324,7 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late ##### Filters -The search flow have support to filters that can be added to a `FilterList` inside the `getFilterList` method. When the user changes the filters' state, they will be passed to the `searchRequest`, and they can be iterated to create the request (by getting the `filter.state` value, where the type varies depending on the `Filter` used). You can check the filter types available [here](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/src/main/java/eu/kanade/tachiyomi/source/model/Filter.kt) and in the table below. +The search flow have support to filters that can be added to a `FilterList` inside the `getFilterList` method. When the user changes the filters' state, they will be passed to the `searchRequest`, and they can be iterated to create the request (by getting the `filter.state` value, where the type varies depending on the `Filter` used). You can check the filter types available [here](https://github.com/tachiyomiorg/tachiyomi/blob/master/source-api/src/commonMain/kotlin/eu/kanade/tachiyomi/source/model/Filter.kt) and in the table below. | Filter | State type | Description | | ------ | ---------- | ----------- |