Skip to content

Commit

Permalink
Updatd links to the now-migrated Aurora Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wibble199 committed Jun 13, 2020
1 parent ce056d8 commit 013435d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<TextBlock Text="4. Click the 'Install Plugin' button below and point the dialog to your OsuSync executable. This will copy the required Aurora DLL into the plugins directory." TextWrapping="Wrap" />
<TextBlock TextWrapping="Wrap">
<Run Text="4.1. Alternatively, you can fetch the DLL from the" />
<Hyperlink NavigateUri="https://gitlab.com/wibble199/aurora-gsi-osu/tags" RequestNavigate="Hyperlink_RequestNavigate">Aurora GSI OsuSync plugin GitLab repo</Hyperlink>
<Hyperlink NavigateUri="https://github.com/Aurora-RGB/AuroraGSI-Osu/releases" RequestNavigate="Hyperlink_RequestNavigate">Aurora GSI OsuSync plugin GitLab repo</Hyperlink>
<Run Text="and manually download it into your plugins directory. Note if you do it this way you will need to right-click the saved DLL, choose 'Properties' then click the 'Unblock' button." />
</TextBlock>
<TextBlock Text="5. Finally, restart OsuSync. You should see that when it starts up it says 'Load AuroraGSI'." />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private void stackModeCb_SelectionChanged(object sender, SelectionChangedEventAr

private void btnInfo_Click(object sender, RoutedEventArgs e) {
// Open the online documentation for the Animation Trigger properties
Process.Start(new ProcessStartInfo(@"https://wibble199.github.io/Aurora-Docs/advanced-topics/animation-editor/"));
Process.Start(new ProcessStartInfo(@"https://aurora-rgb.github.io/Docs/advanced-topics/animation-editor/"));
}

private void whileKeyHeldTerminate_Checked(object sender, RoutedEventArgs e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void ForcePropertyListUpdate() {

private void HelpButton_Click(object sender, RoutedEventArgs e) {
// Open the overrides page on the documentation page
Process.Start(new ProcessStartInfo(@"https://wibble199.github.io/Aurora-Docs/advanced-topics/overrides-system/"));
Process.Start(new ProcessStartInfo(@"https://aurora-rgb.github.io/Docs/advanced-topics/overrides-system/"));
}
#endregion
}
Expand Down

0 comments on commit 013435d

Please sign in to comment.