From 824db78234477e6b3aaeecbd031e24da7fe0f551 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Sep 2024 21:07:16 +0200 Subject: [PATCH] chore: update site_url again --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 494b18755..aa2d79cb2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Freqtrade -site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/'] +site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/'] site_description: Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin Web UI repo_url: https://github.com/freqtrade/freqtrade edit_uri: edit/develop/docs/