Skip to content

Commit

Permalink
Merge pull request #1861 from gitmacer/UpdateGuide
Browse files Browse the repository at this point in the history
Update Guide buttons to new Guide
  • Loading branch information
diogotr7 authored Dec 30, 2019
2 parents b36dddd + 7de6833 commit 8486841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://project-aurora.gitbook.io/guide/layer-types/animation-layer#properties"));
Process.Start(new ProcessStartInfo(@"https://wibble199.github.io/Aurora-Docs/docs/advanced-topics/animation-editor.html"));
}

private void whileKeyHeldTerminate_Checked(object sender, RoutedEventArgs e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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://project-aurora.gitbook.io/guide/advanced-topics/overrides-system"));
Process.Start(new ProcessStartInfo(@"https://wibble199.github.io/Aurora-Docs/docs/advanced-topics/overrides-system.html"));
}
#endregion
}
Expand Down

0 comments on commit 8486841

Please sign in to comment.