From f4a2d098741460f3727b8efcb2a628584c706a4c Mon Sep 17 00:00:00 2001 From: Keiichiro Ono Date: Wed, 9 Aug 2017 12:13:58 -0700 Subject: [PATCH] refs #20 Help menu is now linked to quick start guide. --- frontend/client/components/MainMenu/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client/components/MainMenu/index.js b/frontend/client/components/MainMenu/index.js index 49e508b..542d60a 100644 --- a/frontend/client/components/MainMenu/index.js +++ b/frontend/client/components/MainMenu/index.js @@ -23,7 +23,7 @@ export default class MainMenu extends Component { } handleHelp = event => { - window.location.href = 'https://github.com/idekerlab/deep-cell/wiki' + window.location.href = 'https://github.com/idekerlab/deep-cell/wiki/Quick-Start-Guide' } handleShowCommands = event => {