From c9c5515d9f8bdcd6b82e46d8eefa82af0c7e2c73 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 29 Oct 2024 04:16:30 -0700 Subject: [PATCH] Update classifier core config file Signed-off-by: Emmanuel Ferdman --- bitmagnet.io/guides/classifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmagnet.io/guides/classifier.md b/bitmagnet.io/guides/classifier.md index f47f0163..fd49fdef 100644 --- a/bitmagnet.io/guides/classifier.md +++ b/bitmagnet.io/guides/classifier.md @@ -28,7 +28,7 @@ After a torrent is crawled or imported, some further processing must be done to **bitmagnet**'s classifier is powered by a [Domain Specific Language](https://en.wikipedia.org/wiki/Domain-specific_language). The aim of this is to provide a high level of customisability, along with transparency into the classification process which will hopefully aid collaboration on improvements to the core classifier logic. -The classifier is declared in YAML format. The application includes a [core classifier](https://github.com/bitmagnet-io/bitmagnet/blob/main/internal/classifier/classifier.core.yaml) that can be configured, extended or completely replaced with a custom classifier. This page documents the required format. +The classifier is declared in YAML format. The application includes a [core classifier](https://github.com/bitmagnet-io/bitmagnet/blob/main/internal/classifier/classifier.core.yml) that can be configured, extended or completely replaced with a custom classifier. This page documents the required format. ## Source precedence