Skip to content

Commit

Permalink
feat: change help link to go directly to user docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pvcnt committed Aug 23, 2024
1 parent ec28464 commit 28412d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/webapp/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function Sidebar({ isDark, onDarkChange, onRefresh }: Props) {
</Tooltip>

<div className={styles.bottom}>
<Tooltip content="Read the docs">
<AnchorButton large minimal href="https://pvcnt.github.io/mergeable/">
<Tooltip content="Help">
<AnchorButton large minimal href="https://pvcnt.github.io/mergeable/user-guide/">
<Icon icon="help" size={IconSize.LARGE}/>
</AnchorButton>
</Tooltip>
Expand Down

0 comments on commit 28412d5

Please sign in to comment.