diff --git a/lib/controller.ts b/lib/controller.ts index 3a93d4555a..11825482aa 100644 --- a/lib/controller.ts +++ b/lib/controller.ts @@ -145,7 +145,7 @@ export class Controller { logger.error((error as Error).stack!); /* istanbul ignore if */ if ((error as Error).message.includes('USB adapter discovery error (No valid USB adapter found)')) { - logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24199'); + logger.error('If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364'); } return await this.exit(1); }