Don't include plugin documentation in Configuration page

This commit is contained in:
Matthias
2021-02-02 20:23:30 +01:00
parent dabe456d65
commit b41078cc46
4 changed files with 6 additions and 8 deletions

View File

@@ -177,7 +177,7 @@ In `VolumePairList`, this implements different methods of sorting, does early va
### Protections
Best read the [Protection documentation](configuration.md#protections) to understand protections.
Best read the [Protection documentation](plugins.md#protections) to understand protections.
This Guide is directed towards Developers who want to develop a new protection.
No protection should use datetime directly, but use the provided `date_now` variable for date calculations. This preserves the ability to backtest protections.