From 3a97190fe174af5138d0356fe0185adcb51a5cbd Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:10:02 +1300 Subject: [PATCH] ci: check package npm links via the registry --- markdown_link_check_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/markdown_link_check_config.json b/markdown_link_check_config.json index bb5e90455..59df8e5f2 100644 --- a/markdown_link_check_config.json +++ b/markdown_link_check_config.json @@ -6,5 +6,11 @@ "Accept-Encoding": "br, gzip, deflate" } } + ], + "replacementPatterns": [ + { + "pattern": "^https://www\\.npmjs\\.com/package", + "replacement": "https://registry.npmjs.org" + } ] }