mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
fix: base url for download links
This commit is contained in:
@@ -22,7 +22,7 @@ export function getPlatform() {
|
||||
}
|
||||
|
||||
export function getDownloadLink(platform) {
|
||||
const baseurl = `https://notesnook.com/downloads/${platform.toLowerCase()}`;
|
||||
const baseurl = `https://notesnook.com/releases/${platform.toLowerCase()}`;
|
||||
switch (platform) {
|
||||
case "iOS":
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user