Skip to content

Commit 6eb171e

Browse files
Fix documentation link to use relative path
1 parent 444dfe9 commit 6eb171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ document.addEventListener("DOMContentLoaded", () => {
337337
// Documentation link click handler
338338
documentationLink.addEventListener("click", (e) => {
339339
e.preventDefault();
340-
window.open("/doc/", "_blank");
340+
window.open("doc/", "_blank");
341341
}
342342
);
343343
//---------------------------

0 commit comments

Comments
 (0)