From 318a278df6ce97f2728dc74ffc7a228f38e60fe8 Mon Sep 17 00:00:00 2001 From: taramk Date: Mon, 10 Jul 2023 12:17:08 -0700 Subject: [PATCH] update docs link in app (#251) --- lib/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mod.ts b/lib/mod.ts index 02cf80e..610bb58 100644 --- a/lib/mod.ts +++ b/lib/mod.ts @@ -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() }, ]);