diff --git a/docs/cheatsheet/web/script.js b/docs/cheatsheet/web/script.js index 9f0dd8ff..550d6307 100644 --- a/docs/cheatsheet/web/script.js +++ b/docs/cheatsheet/web/script.js @@ -63,7 +63,7 @@ $select.addEventListener('change', event => { const version = event.target.value - window.location.href = `https://${version}-docs.syncano.io` + window.location.href = `https://${version}-cheatsheet.syncano.io` }) })()