From dce2dbbe651a4f2407bc49852fbb6b9d4e291735 Mon Sep 17 00:00:00 2001 From: Swan Jeng Date: Mon, 16 Feb 2026 10:19:30 +0800 Subject: [PATCH] Fix broken link --- 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';