From 0302d0531088dc8e9fb616c1d5882f0cf638715f Mon Sep 17 00:00:00 2001 From: Anthony Donlon Date: Fri, 21 Nov 2025 09:31:08 +0800 Subject: [PATCH] doc(readme): update image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6df3cc..3df18d0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ with open('error.html', 'w') as f: webbrowser.open('error.html') ``` -![Default error page](doc/default.png) +![Default error page](https://github.com/donlon/cloudflare-error-page/blob/images/default.png?raw=true) You can also see this example [here](https://virt.moe/cloudflare-error-page/examples/default).