1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix link checker

This commit is contained in:
Emil Ernerfeldt
2025-11-12 08:52:43 +01:00
parent 6b79845431
commit f33b0ffe6e

View File

@@ -42,4 +42,5 @@ accept = [
# Exclude URLs and mail addresses from checking (supports regex).
exclude = [
"https://creativecommons.org/.*", # They don't like bots
"https://www.unicode.org/.*",
]