We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3f4ed commit b378a6aCopy full SHA for b378a6a
docs/js/version-select.js
@@ -35,7 +35,7 @@ window.addEventListener("DOMContentLoaded", function () {
35
return { text: i.title, value: i.version };
36
}), realVersion);
37
select.addEventListener("change", function (event) {
38
- window.location.href = REL_BASE_URL + "/../" + this.value;
+ window.location.href = ABS_BASE_URL + "/../" + this.value;
39
});
40
41
var container = document.createElement("div");
0 commit comments