Skip to content

Commit

Permalink
Updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Jul 29, 2021
1 parent a3eee57 commit 7950d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PixiEditor/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,17 @@
</MenuItem>
<MenuItem Header="_Help">
<MenuItem Header="_Documentation" Command="{Binding MiscSubViewModel.OpenHyperlinkCommand}"
CommandParameter="https://github.com/PixiEditor/PixiEditor/wiki"/>
CommandParameter="https://pixieditor.net/docs/introduction"/>
<MenuItem Header="_Website" Command="{Binding MiscSubViewModel.OpenHyperlinkCommand}"
CommandParameter="https://pixieditor.net"/>
<MenuItem Header="_Repository" Command="{Binding MiscSubViewModel.OpenHyperlinkCommand}"
CommandParameter="https://github.com/PixiEditor/PixiEditor"/>
<MenuItem Header="_Shortcuts" Command="{Binding MiscSubViewModel.OpenShortcutWindowCommand}"/>
<Separator/>
<MenuItem Header="_License" Command="{Binding MiscSubViewModel.OpenHyperlinkCommand}"
CommandParameter="https://github.com/PixiEditor/PixiEditor/blob/master/LICENSE"/>
<MenuItem Header="_Third Party Licenses" Command="{Binding MiscSubViewModel.OpenHyperlinkCommand}"
CommandParameter="https://github.com/PixiEditor/PixiEditor/wiki/Third-party-licenses"/>
CommandParameter="https://pixieditor.net/docs/Third-party-licenses"/>
</MenuItem>
<MenuItem Header="_Debug" Visibility="{Binding IsDebug, Converter={StaticResource BoolToVisibilityConverter}}">
<MenuItem Header="_Open Local App Data" Command="{Binding DebugSubViewModel.OpenFolderCommand}"
Expand Down

0 comments on commit 7950d28

Please sign in to comment.