Skip to content

Commit c345cad

Browse files
authored
Updated links to point to new website (#5984)
1 parent 3ffcf7b commit c345cad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Files/ViewModels/SettingsViewModels/AboutViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private async void ClickAboutFeedbackItem(ItemClickEventArgs e)
5757
break;
5858

5959
case "Documentation":
60-
await Launcher.LaunchUriAsync(new Uri(@"https://files-community.github.io/docs"));
60+
await Launcher.LaunchUriAsync(new Uri(@"https://files.community/docs"));
6161
break;
6262

6363
case "Contributors":

Files/Views/ColumnShellPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ await FilesystemHelpers.DeleteItemsAsync(
698698
break;
699699

700700
case (false, false, false, _, VirtualKey.F1): // F1, open Files wiki
701-
await Launcher.LaunchUriAsync(new Uri(@"https://files-community.github.io/docs"));
701+
await Launcher.LaunchUriAsync(new Uri(@"https://files.community/docs"));
702702
break;
703703
};
704704

Files/Views/ModernShellPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ await FilesystemHelpers.DeleteItemsAsync(
743743
break;
744744

745745
case (false, false, false, _, VirtualKey.F1): // F1, open Files wiki
746-
await Launcher.LaunchUriAsync(new Uri(@"https://files-community.github.io/docs"));
746+
await Launcher.LaunchUriAsync(new Uri(@"https://files.community/docs"));
747747
break;
748748

749749
case (true, true, false, _, VirtualKey.Number1): // ctrl+shift+1, details view

Files/Views/SettingsPages/Appearance.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<StackPanel Spacing="12">
246246
<TextBlock TextWrapping="Wrap">
247247
<Run x:Uid="SettingsThemesTeachingTipHeader" Text="Custom themes provide a great way for you to personalize Files." />
248-
<Hyperlink NavigateUri="https://files-community.github.io/docs/#/articles/custom-themes">
248+
<Hyperlink NavigateUri="https://files.community/docs/configuring/custom-themes">
249249
<Run x:Uid="SettingsThemesTeachingTipHyperlinkText" Text="View documentation." />
250250
</Hyperlink>
251251
</TextBlock>

0 commit comments

Comments
 (0)