From ae6d615ad385c49d2156f68482f106372b8510ab Mon Sep 17 00:00:00 2001 From: support Date: Sun, 2 Nov 2025 03:18:47 +0000 Subject: [PATCH] Update docs/noticeboard.md --- docs/noticeboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/noticeboard.md b/docs/noticeboard.md index 9fae758..0e2cb24 100644 --- a/docs/noticeboard.md +++ b/docs/noticeboard.md @@ -9,7 +9,7 @@ async function loadNoticeboard() { const container = document.getElementById("noticeboard"); try { - const response = await fetch("/_files/noticeboard.json"); + const response = await fetch("/files/noticeboard.json"); const data = await response.json(); container.innerHTML = `