Skip to content

Commit

Permalink
update the help docs (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhayfield committed Sep 22, 2021
1 parent fb6949c commit c244bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/windowMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class MenuBuilder {
{
label: 'Documentation',
click() {
shell.openExternal('https://github.com/pomerium/desktop-client');
shell.openExternal('https://pomerium.com/docs/client.html');
},
},
],
Expand Down Expand Up @@ -217,7 +217,7 @@ export default class MenuBuilder {
{
label: 'Documentation',
click() {
shell.openExternal('https://github.com/pomerium/desktop-client');
shell.openExternal('https://pomerium.com/docs/client.html');
},
},
],
Expand Down

0 comments on commit c244bbc

Please sign in to comment.