Skip to content

Commit

Permalink
Update version picker for element-hq
Browse files Browse the repository at this point in the history
Since the org move, this has been hitting the old org.
  • Loading branch information
Half-Shot authored Feb 1, 2024
1 parent 3ba984d commit db82e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website_files/version-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function fetchVersions(dropdown, dropdownMenu) {
return new Promise((resolve, reject) => {
window.addEventListener("load", () => {

fetch("https://api.github.com/repos/matrix-org/synapse/git/trees/gh-pages", {
fetch("https://api.github.com/repos/element-hq/synapse/git/trees/gh-pages", {
cache: "force-cache",
}).then(res =>
res.json()
Expand Down Expand Up @@ -124,4 +124,4 @@ function changeVersion(url, newVersion) {
parsedURL.pathname = pathSegments.join('/');

return parsedURL.href;
}
}

0 comments on commit db82e19

Please sign in to comment.