CreatePluginAction page has broken hyperlink and icon

While taking a look at the CreatePluginAction page I found a few issues:

The hyperlink to PluginAction.Triggered is broken:

The given url for the icon has a address of bxassetid:// which will never load:


(Should be changed to rbxasset://)

The iconName argument isn’t exactly a “Name”, it’s more of an id:


(Should be changed to iconId or something similar).

2 Likes

Shouldn’t it be changed to rbxasset://? It’s using a file path, not an asset id. In particular, it looks like it’s using this image.sparkle

Good catch! Updated the OP to include that.