Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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