diff --git a/linkcheck/checker/unknownurl.py b/linkcheck/checker/unknownurl.py index a31b9531..914abbe6 100644 --- a/linkcheck/checker/unknownurl.py +++ b/linkcheck/checker/unknownurl.py @@ -436,6 +436,7 @@ ignored_schemes_other = r""" |gemini # Gemini protocol |isbn # ISBN (int. book numbers) |javascript # JavaScript +|ms\-windows\-store # Microsoft Store |slack # Slack Technologies client |tg # Telegram |whatsapp # WhatsApp diff --git a/scripts/update_iana_uri_schemes.py b/scripts/update_iana_uri_schemes.py index 4ba3e245..c38adecb 100644 --- a/scripts/update_iana_uri_schemes.py +++ b/scripts/update_iana_uri_schemes.py @@ -16,6 +16,7 @@ iana_uri_schemes_other = { "gemini": "Gemini protocol", "isbn": "ISBN (int. book numbers)", "javascript": "JavaScript", + "ms-windows-store": "Microsoft Store", "slack": "Slack Technologies client", "tg": "Telegram", "whatsapp": "WhatsApp",