diff --git a/Source/Core/Editor/UI/Wizard/AllAboutPage.cs b/Source/Core/Editor/UI/Wizard/AllAboutPage.cs index 68d1004a..cbdc9558 100644 --- a/Source/Core/Editor/UI/Wizard/AllAboutPage.cs +++ b/Source/Core/Editor/UI/Wizard/AllAboutPage.cs @@ -43,7 +43,7 @@ public override void Draw(Rect window) GUILayout.Label("Review", BuilderEditorStyles.Header); GUILayout.Label("If you like what we are doing, you can help us greatly by leaving a positive review on the Unity Asset Store!", BuilderEditorStyles.Paragraph); - BuilderGUILayout.DrawLink("Leave a review", "https://assetstore.unity.com/packages/tools/visual-scripting/vr-builder-open-source-toolkit-for-vr-creation-201913#reviews", BuilderEditorStyles.IndentLarge); + BuilderGUILayout.DrawLink("Leave a review", "https://assetstore.unity.com/packages/tools/game-toolkits/vr-builder-pro-toolkit-for-vr-creation-301706#reviews", BuilderEditorStyles.IndentLarge); GUILayout.Label("Demo Scene", BuilderEditorStyles.Title);