From eaee4af715e62fb24de18d0418e91b1d7bb1242a Mon Sep 17 00:00:00 2001 From: Andy <35962586+ajw287@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:06:12 +0100 Subject: [PATCH] Update installation_guide-debian.md (#352) Fixed a typo: (link to configuration.md) --- docs/installation/installation_guide-debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/installation_guide-debian.md b/docs/installation/installation_guide-debian.md index 11bddc03..598e04af 100644 --- a/docs/installation/installation_guide-debian.md +++ b/docs/installation/installation_guide-debian.md @@ -101,7 +101,7 @@ The basic configuration of Part-DB is done by a `.env.local` file in the main di cp .env .env.local ``` -In your `.env.local` you can configure Part-DB according to your wishes. A full list of configuration options can be found [here]({% link configuration.md %}. +In your `.env.local` you can configure Part-DB according to your wishes. A full list of configuration options can be found [here](../configuration.md). Other configuration options like the default language or default currency can be found in `config/parameters.yaml`. Please check that the `partdb.default_currency` value in `config/parameters.yaml` matches your mainly used currency, as this can not be changed after creating price informations.