diff --git a/html/video-error.ejs b/html/video-error.ejs
index 7bec1554..4f6d5350 100644
--- a/html/video-error.ejs
+++ b/html/video-error.ejs
@@ -12,13 +12,12 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<";
} else {
- reason = "there could be few reasons why
- ";
+ reason = "there could be few reasons why this could happen. see https://codeberg.org/ashley/poke/src/branch/main/why-error.md for info ";
}
%>
<%- include('./layouts/error-video.ejs', {
- error: "loading failed :c",
+ error: "LOADING FAILED :C",
description: `${reason}`
}) %>