From cb8b666256c398ad1ea819510dc15bd5cf2a009b Mon Sep 17 00:00:00 2001 From: boxgaming <75969133+boxgaming@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:37:23 -0500 Subject: [PATCH] typo fix --- githelp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githelp.js b/githelp.js index 72484ac..b01466c 100644 --- a/githelp.js +++ b/githelp.js @@ -10,7 +10,7 @@ var GitHelp = new function() { baseUrl = baseUrl.replace("/index.html", ""); } if (baseUrl.endsWith("/")) { - baseUrl = baseUrl.slice(0, 1); + baseUrl = baseUrl.slice(0, -1); } function fixlinks(div, project) {