Skip to content

Commit

Permalink
update docs link in app (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
taramk committed Jul 10, 2023
1 parent 3c0ef53 commit 318a278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ export async function setup(document: Document, target: HTMLElement, backend: Ba
}
},
{ title: () => "Settings", onclick: () => workbench.showSettings() },
{ title: () => "Documentation", onclick: () => window.open("https://treehouse.sh/docs", "_blank") },
{ title: () => "Documentation", onclick: () => window.open("https://treehouse.sh/docs/user", "_blank") },
{ title: () => "Submit Issue", onclick: () => window.open("https://github.com/treehousedev/treehouse/issues", "_blank") },
{ title: () => "Logout", when: () => workbench.authenticated(), onclick: () => workbench.backend.auth.logout() },
]);
Expand Down

0 comments on commit 318a278

Please sign in to comment.