Skip to content

Commit

Permalink
Change website adress from file-converter.org to file-converter.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tichau committed Feb 1, 2024
1 parent 4d23a19 commit 0645481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/FileConverter/Views/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
</Button.Content>
</Button>
<Button ToolTip="{x:Static project:Resources.WebsiteButtonDescription}" Padding="1" Margin="5,0,5,0"
Command="{Binding OpenUrlCommand, Mode=OneWay}" CommandParameter="www.file-converter.org?from=about">
Command="{Binding OpenUrlCommand, Mode=OneWay}" CommandParameter="https://file-converter.io?from=about">
<Button.Content>
<Image Source="/FileConverter;component/Resources/WebSite-Icon.png"></Image>
</Button.Content>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

![File Converter Usage](Resources/FileConverterUsage.gif)

You can download it here: [file-converter.org](https://file-converter.org/?from=readme.md).
You can download it here: [file-converter.io](https://file-converter.io/?from=readme.md).

You can find more information about what's in File converter and how to use it on the [wiki](https://github.com/Tichau/FileConverter/wiki).

Expand Down

0 comments on commit 0645481

Please sign in to comment.