Update docs/noticeboard.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
345895a039
commit
4b9f91da67
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ async function loadNoticeboard() {
|
|||
const container = document.getElementById("noticeboard");
|
||||
|
||||
try {
|
||||
const response = await fetch("/_files/noticeboard_data.json");
|
||||
const response = await fetch("/_files/noticeboard.json");
|
||||
const data = await response.json();
|
||||
|
||||
container.innerHTML = `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue