Skip to content

Commit

Permalink
tiny url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Nov 7, 2024
1 parent 34698b8 commit 40de680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/js/files/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ $(function () {
icon: "fa-solid fa-circle-info",
click: () => {
openMDFIle("pages/writerTips.md");
urlUpdate("pages/writerTips.md", "AI Tips for writers");
urlUpdate("/pages/writerTips.md", "AI Tips for writers");
},
});

Expand All @@ -640,7 +640,7 @@ $(function () {
icon: "fa-solid fa-building-columns",
click: () => {
openMDFIle("pages/museum.md");
urlUpdate("pages/museum.md", "Museum");
urlUpdate("/pages/museum.md", "Museum");
},
});

Expand Down

0 comments on commit 40de680

Please sign in to comment.