Skip to content

Commit

Permalink
feat: Change desktop update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Slipn3r authored Nov 3, 2023
1 parent 8e70108 commit 513ab4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/o/update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ <h1>Firmware update</h1>
} else if (os === 'ios') {
document.location.href = location.origin
} else {
document.location.href = 'https://flipperzero.one/update'
document.location.href = 'https://flipperzero.one/downloads'
}
</script>
</body>

</html>
</html>

0 comments on commit 513ab4a

Please sign in to comment.