Skip to content

Commit 4e887f4

Browse files
authored
Selecting a different version dropdown should land on correct page (#144)
1 parent 501aeaa commit 4e887f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/version-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ window.addEventListener("DOMContentLoaded", function() {
4040
return {text: i.title + aliasString, value: i.version};
4141
}), realVersion);
4242
select.addEventListener("change", function(event) {
43-
window.location.href = ABS_BASE_URL + "/../" + this.value;
43+
window.location.href = ABS_BASE_URL + "/../" + this.value + "/generated/connection_api/";
4444
});
4545

4646
var container = document.createElement("div");

0 commit comments

Comments
 (0)