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 d7c00ef commit f6f0928Copy full SHA for f6f0928
generate-docs.js
@@ -95,7 +95,7 @@ async function archiveDocsSelect() {
95
var options = archiveDirs
96
.map((ad) => `<option>${ad}</option>`)
97
.join("")
98
- return `<select id="archive-docs" onchange="location.href='archive/' + this.value + '/index.html'">${options}</select>`
+ return `<select id="archive-docs" onchange="location.href='/archive/' + this.value + '/index.html'">${options}</select>`
99
}
100
101
function encodeHTML (str) {
0 commit comments