From ead9d97558a260bec7d01d3f9dcaab4c0bb6d9a9 Mon Sep 17 00:00:00 2001 From: TheRed Games <30622829+TheLLspectre@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:29:55 +0100 Subject: [PATCH] fix: api pricing redirection --- package/Editor/Plugins/APIPricing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Editor/Plugins/APIPricing.cs b/package/Editor/Plugins/APIPricing.cs index a265a2b..206fc24 100644 --- a/package/Editor/Plugins/APIPricing.cs +++ b/package/Editor/Plugins/APIPricing.cs @@ -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"); } } } \ No newline at end of file