diff --git a/packages/cli/src/commands/worker.ts b/packages/cli/src/commands/worker.ts index 28beddb49f5a9..c2aa66bf9fdb7 100644 --- a/packages/cli/src/commands/worker.ts +++ b/packages/cli/src/commands/worker.ts @@ -234,7 +234,7 @@ export class Worker extends BaseCommand { if (!process.env.N8N_ENCRYPTION_KEY) { throw new ApplicationError( - 'Missing encryption key. Worker started without the required N8N_ENCRYPTION_KEY env var. More information: https://docs.n8n.io/hosting/environment-variables/configuration-methods/#encryption-key', + 'Missing encryption key. Worker started without the required N8N_ENCRYPTION_KEY env var. More information: https://docs.n8n.io/hosting/configuration/configuration-examples/encryption-key/', ); }