Skip to content

Commit

Permalink
chore: update broken url
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed May 9, 2024
1 parent 08a01f8 commit cbf29f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AvatarUrlTemplate : VisualElement
private const string URL_ELEMENT = "UrlField";
private const string ERROR_LABEL = "ErrorLabel";
private const string HELP_BUTTON = "HelpButton";
private const string ERROR_HELP_URL = "https://docs.readyplayer.me/ready-player-me/avatars/avatar-creator#avatar-url-and-data-format";
private const string ERROR_HELP_URL = "https://docs.readyplayer.me/ready-player-me/customizing-guides/avatar-creator/avatar-urls";

public new class UxmlFactory : UxmlFactory<AvatarUrlTemplate, UxmlTraits>
{
Expand Down

0 comments on commit cbf29f0

Please sign in to comment.