Skip to content

Commit

Permalink
[#D3D-4855] Updates plugins repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
AurL committed Jun 26, 2019
1 parent 1dcee49 commit 916484c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ public struct Urls
public static string baseApi = "https://api.sketchfab.com";

public static string server = "https://sketchfab.com";
public static string latestRelease = "https://github.com/sketchfab/UnityGLTF/releases/latest";
public static string latestRelease = "https://github.com/sketchfab/unity-plugin/releases/latest";
public static string resetPassword = "https://sketchfab.com/login/reset-password";
public static string createAccount = "https://sketchfab.com/signup";
public static string reportAnIssue = "https://help.sketchfab.com/hc/en-us/requests/new?type=exporters&subject=Unity+Exporter";
public static string privateInfo = "https://help.sketchfab.com/hc/en-us/articles/115000422206-Private-Models";
public static string draftInfo = "https://help.sketchfab.com/hc/en-us/articles/115000472906-Draft-Mode";
public static string latestReleaseCheck = "https://api.github.com/repos/sketchfab/UnityGLTF/releases";
public static string latestReleaseCheck = "https://api.github.com/repos/sketchfab/unity-plugin/releases";
public static string plans = "https://sketchfab.com/plans?utm_source=unity-plugin&utm_medium=plugin&utm_campaign=download-api-pro-cta";
public static string bannerUrl = "https://static.sketchfab.com/plugins/unity/banner.jpg";
public static string storeUrl = "https://sketchfab.com/store?utm_source=unity-plugin&utm_medium=plugin&utm_campaign=store-banner";
Expand Down

0 comments on commit 916484c

Please sign in to comment.