diff --git a/docs/bot-optimization.md b/docs/bot-optimization.md index 184f74cb6..4ff0c6f24 100644 --- a/docs/bot-optimization.md +++ b/docs/bot-optimization.md @@ -247,4 +247,4 @@ We also got a *strategy-sharing* channel in our [Slack community](https://join.s ## Next step Now you have a perfect strategy you probably want to backtest it. -Your next step is to learn [How to use the Backtesting](backtesting). +Your next step is to learn [How to use the Backtesting](backtesting.md). diff --git a/docs/configuration.md b/docs/configuration.md index 92a813b44..eb58e4925 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -344,4 +344,4 @@ Please ensure that 'NameOfStrategy' is identical to the strategy name! ## Next step -Now you have configured your config.json, the next step is to [start your bot](bot-usage). +Now you have configured your config.json, the next step is to [start your bot](bot-usage.md). diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 20dc618dc..1e96f4b5c 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -242,4 +242,4 @@ Dry/live runs will **NOT** use position stacking - therefore it does make sense ## Next Step Now you have a perfect bot and want to control it from Telegram. Your -next step is to learn the [Telegram usage](telegram-usage). +next step is to learn the [Telegram usage](telegram-usage.md). diff --git a/docs/installation.md b/docs/installation.md index cd60d3833..10a64c110 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -475,4 +475,4 @@ The easiest way is to download install Microsoft Visual Studio Community [here]( --- Now you have an environment ready, the next step is -[Bot Configuration](configuration). +[Bot Configuration](configuration.md).