Skip to content

Commit

Permalink
fix: api pricing redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLLspectre committed Mar 26, 2024
1 parent 75e5438 commit ead9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Editor/Plugins/APIPricing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class APIPricingWindow : EditorWindow
[MenuItem("Window/Scenario/API Pricing", false, 101)]
public static void ShowWindow()
{
Application.OpenURL("https://www.scenario.com/api-pricing");
Application.OpenURL("https://docs.scenario.com/page/api-pricing");
}
}
}

0 comments on commit ead9d97

Please sign in to comment.