diff --git a/docs/backtesting.md b/docs/backtesting.md index 3111a1a39..851cbb327 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -262,4 +262,4 @@ Detailed output for all strategies one after the other will be available, so mak Great, your strategy is profitable. What if the bot can give your the optimal parameters to use for your strategy? -Your next step is to learn [how to find optimal parameters with Hyperopt](/hyperopt) +Your next step is to learn [how to find optimal parameters with Hyperopt](hyperopt) diff --git a/docs/bot-optimization.md b/docs/bot-optimization.md index cf40cb884..184f74cb6 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). diff --git a/docs/configuration.md b/docs/configuration.md index 530cedc9c..e95fbd4c8 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). diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 54f5d2a6d..20dc618dc 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). diff --git a/docs/installation.md b/docs/installation.md index 6ee3b17dd..cd60d3833 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).