Skip to content

Commit 18c341e

Browse files
authored
Use direct URLs to community project (#1301)
1 parent 7d3cd2a commit 18c341e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Files/Views/SettingsPages/About.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public About()
1818

1919
private async void ListView_ItemClick(object sender, ItemClickEventArgs e)
2020
{
21-
await Launcher.LaunchUriAsync(new Uri(@"https://github.com/duke7553/files-uwp/issues/new/choose"));
21+
await Launcher.LaunchUriAsync(new Uri(@"https://github.com/files-community/files-uwp/issues/new/choose"));
2222
}
2323

2424
private async void OpenLogLocationButton_Click(object sender, RoutedEventArgs e)

Files/Views/SettingsPages/Preferences.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
x:Uid="SettingsPreferencesTerminalApplicationsSampleProfiles"
8585
Content=""
8686
FontFamily="Segoe MDL2 Assets"
87-
NavigateUri="https://github.com/duke7553/files-uwp/wiki/Sample-terminal-profiles"
87+
NavigateUri="https://github.com/files-community/files-uwp/wiki/Sample-terminal-profiles"
8888
Style="{ThemeResource TextBlockButtonStyle}" />
8989
</StackPanel>
9090
</StackPanel>

0 commit comments

Comments
 (0)