Skip to content

Commit

Permalink
Selecting a different version dropdown should land on correct page (#144
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robzor92 committed Sep 15, 2022
1 parent 501aeaa commit 4e887f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/version-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ window.addEventListener("DOMContentLoaded", function() {
return {text: i.title + aliasString, value: i.version};
}), realVersion);
select.addEventListener("change", function(event) {
window.location.href = ABS_BASE_URL + "/../" + this.value;
window.location.href = ABS_BASE_URL + "/../" + this.value + "/generated/connection_api/";
});

var container = document.createElement("div");
Expand Down

0 comments on commit 4e887f4

Please sign in to comment.