From 684de1937ac7f3038754b6eb596d6af2d019e603 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 11 Jan 2023 21:35:18 +0100 Subject: [PATCH] Fix link syntax to actually work --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e24c16c71..2113be692 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -11,7 +11,7 @@ Per default, the bot loads the configuration from the `config.json` file, locate You can specify a different configuration file used by the bot with the `-c/--config` command-line option. -If you used the [Quick start](docker_quickstart/#docker-quick-start) method for installing +If you used the [Quick start](docker_quickstart.md#docker-quick-start) method for installing the bot, the installation script should have already created the default configuration file (`config.json`) for you. If the default configuration file is not created we recommend to use `freqtrade new-config --config config.json` to generate a basic configuration file.