From c16ad4daeea019f64fad1f163eb89b8fee3184ec Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 13 Feb 2024 08:33:34 +1000 Subject: [PATCH] Fix (exclude) broken link (#49182) --- src/links/lib/excluded-links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/links/lib/excluded-links.js b/src/links/lib/excluded-links.js index 5dd8e116a3..90a501fe80 100644 --- a/src/links/lib/excluded-links.js +++ b/src/links/lib/excluded-links.js @@ -71,7 +71,7 @@ export default [ regex('https://support.patreon.com/'), 'https://moodle.org', 'https://azure.microsoft.com', - 'https://api.octocorp.ghe.com/', + 'https://api.octocorp.ghe.com', ] // Return a regular expression from a URL string that matches the URL