From 542d19a0e5af40c3fc9fea2e1a1ba4c4739148b3 Mon Sep 17 00:00:00 2001 From: Swan Jeng Date: Mon, 16 Feb 2026 09:45:50 +0800 Subject: [PATCH] Update constants.ts --- src/app/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/constants.ts b/src/app/constants.ts index 4bdfab60..ec38b7d7 100644 --- a/src/app/constants.ts +++ b/src/app/constants.ts @@ -46,7 +46,7 @@ export const pybricksUsbDfuTroubleshootingUrl = 'https://github.com/pybricks/support/discussions/688'; export const pybricksUsbLinuxUdevRulesUrl = - 'https://pybricks.com/projects/tutorials/dev/tools/linux/'; + 'https://pybricks.com/project/pybricks-on-linux/'; /** Pybricks copyright statement. */ export const pybricksCopyright = 'Copyright (c) 2020-2026 The Pybricks Authors';