We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444dfe9 commit 6eb171eCopy full SHA for 6eb171e
script.js
@@ -337,7 +337,7 @@ document.addEventListener("DOMContentLoaded", () => {
337
// Documentation link click handler
338
documentationLink.addEventListener("click", (e) => {
339
e.preventDefault();
340
- window.open("/doc/", "_blank");
+ window.open("doc/", "_blank");
341
}
342
);
343
//---------------------------
0 commit comments