Skip to content

Commit

Permalink
Change docs URL in-app
Browse files Browse the repository at this point in the history
  • Loading branch information
khrj committed Oct 18, 2020
1 parent cdb75b6 commit f9eb57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"dist": "electron-builder",
"start": "electron ."
},
"version": "1.0.0"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion src/window/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ window.addEventListener('DOMContentLoaded', () => {
})

if (choice) {
await shell.openExternal('https://www.khushrajrathod.me/TeleDrive/docs/')
await shell.openExternal('https://teledrive.khushrajrathod.me/docs/')
}

if (!message.isRetry) {
Expand Down

0 comments on commit f9eb57a

Please sign in to comment.