Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix: update help page link
Browse files Browse the repository at this point in the history
  • Loading branch information
bolatovumar committed Jan 5, 2020
1 parent 2ad4ea9 commit 1f480b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function openExternal(urlString) {
* openHelpPage - Open the help page in a new browser window.
*/
function openHelpPage() {
openExternal('https://ln-zap.github.io/zap-tutorials/zap-desktop-getting-started')
openExternal('https://docs.zaphq.io/docs-desktop-getting-started')
}

/**
Expand Down

0 comments on commit 1f480b6

Please sign in to comment.