Skip to content

Commit

Permalink
refs #20 Help menu is now linked to quick start guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiono committed Aug 9, 2017
1 parent 8c90d99 commit f4a2d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client/components/MainMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit f4a2d09

Please sign in to comment.