summary refs log tree commit diff
path: root/latest/website_files
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2024-02-13 12:55:54 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2024-02-13 12:55:54 +0000
commitf05726f53ce2e3c2c1bf12d2c2545f17aeaa091b (patch)
treeac7136609314838ff1a5f124ec40cec860e8984c /latest/website_files
parentdeploy: 7c805f00a787b53b0eacddb9cb4b5470b9c8d135 (diff)
downloadsynapse-f05726f53ce2e3c2c1bf12d2c2545f17aeaa091b.tar.xz
deploy: 2252bae3df89842f5c2fe4edd6367ec13b3655d2
Diffstat (limited to 'latest/website_files')
-rw-r--r--latest/website_files/version-picker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/latest/website_files/version-picker.js b/latest/website_files/version-picker.js
index bb35a7d896..b6f35f29c7 100644
--- a/latest/website_files/version-picker.js
+++ b/latest/website_files/version-picker.js
@@ -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()
@@ -124,4 +124,4 @@ function changeVersion(url, newVersion) {
     parsedURL.pathname = pathSegments.join('/');
   
     return parsedURL.href;
-}
\ No newline at end of file
+}