🔨 Fix broken links

This commit is contained in:
Gabriel 2021-07-14 10:51:42 +03:00
parent f8e75cbecb
commit 09f184a59d
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export VUE_APP_URL_BASE_API=https://n8n.example.com/
## Security
You can find information about securing your n8n instance [here](../key-concepts.md#security).
You can find information about securing your n8n instance [here](../../key-concepts.md#security).
## Encryption key

View File

@ -12,7 +12,7 @@ To allow workers to interact with the main process, we need a message broker. We
### Set executions mode
Set the [environment variable](../../reference/glossary.md#environment-variables) `EXECUTIONS_MODE` to `queue` using the following command.
Set the [environment variable](../../../reference/glossary.md#environment-variables) `EXECUTIONS_MODE` to `queue` using the following command.
```bash
export EXECUTIONS_MODE=queue