Plugin links expecting relative links

When adding a plugin link using appHost.GetPlugin<MetadataFeature>()?.AddPluginLink(link, text)
the url is being prefixed with the apphost url.

Is it possible to change this to accept absolute urls?

Should be supported from this commit, that’s available from v5.2.1 that’s now available on MyGet.

Thanks @mythz :smile: