Skip to content

Commit

Permalink
app: Fix manual link
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 13, 2020
1 parent bd78c90 commit 037a8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/HelpButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const HelpButton = () => {
</p>
<hr />
<p>
Need help? <a href="https://prolink.tools/manaul">Read the Manual</a> and{' '}
Need help? <a href="https://prolink.tools/manual">Read the Manual</a> and{' '}
<a href="http://discord.gg/3eyzdgXJuY">Join the Discord server</a>!
</p>
</Info>
Expand Down
2 changes: 1 addition & 1 deletion src/website/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Routes = () => (
<Switch>
<Route
exact
path="/manual"
path={['/manual', '/manaul']}
component={() => {
window.location.assign(
'https://www.notion.so/Prolink-Tools-User-Manual-1c0e5b28732b435a9804b992939ed791'
Expand Down

1 comment on commit 037a8e7

@vercel
Copy link

@vercel vercel bot commented on 037a8e7 Dec 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.