Skip to content

Commit

Permalink
Update wiki links. fix #177
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking authored Jan 19, 2023
1 parent 00eb165 commit 73d40dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A new web interface for configuring and viewing FlexGet settings
</div>

## Usage
See [flexget.com](https://flexget.com/Web-UI/v2#enabling-web-ui) for usage instructions
See [flexget.com](https://flexget.com/Web-UI#enabling-web-ui) for usage instructions

## Questions
- **Forum**: https://discuss.flexget.com/
Expand Down
4 changes: 2 additions & 2 deletions src/core/layout/AppBar/InfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const InfoCard: FC<Props> = ({ open, onClose }) => (
</pre>
<Typography gutterBottom>
More information:{' '}
<Link href="http://flexget.com/Web-UI/v2" target="_blank" rel="noopener noreferrer">
http://flexget.com/Web-UI/v2
<Link href="http://flexget.com/Web-UI" target="_blank" rel="noopener noreferrer">
http://flexget.com/Web-UI
</Link>
</Typography>
<Typography gutterBottom>
Expand Down

0 comments on commit 73d40dd

Please sign in to comment.