Merge pull request #10866 from xzmeng/fix-strategy101-link

docs: fix strategy 101 link
This commit is contained in:
Matthias
2024-10-31 15:47:02 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ This page explains how to customize your strategies, add new indicators and set
If you haven't already, please familiarize yourself with:
- the [Freqtrade strategy 101](freqtrade-101.md), which provides a quick start to strategy development
- the [Freqtrade strategy 101](strategy-101.md), which provides a quick start to strategy development
- the [Freqtrade bot basics](bot-basics.md), which provides overall info on how the bot operates
## Develop your own strategy