From f47738915912027f6439ab25f4eb7403f879cb97 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 16 Nov 2024 06:26:56 -0800 Subject: [PATCH] docs: update `VolumePairList` reference Signed-off-by: Emmanuel Ferdman --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 586595d42..d66f615fd 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -162,7 +162,7 @@ Hopefully you also want to contribute this back upstream. Whatever your motivations are - This should get you off the ground in trying to develop a new Pairlist Handler. -First of all, have a look at the [VolumePairList](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/pairlist/VolumePairList.py) Handler, and best copy this file with a name of your new Pairlist Handler. +First of all, have a look at the [VolumePairList](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/plugins/pairlist/VolumePairList.py) Handler, and best copy this file with a name of your new Pairlist Handler. This is a simple Handler, which however serves as a good example on how to start developing.