Fix externalUrl to vk.com
In externalUrl must be url to remote network (official network website), not to bridge homepage.
This commit is contained in:
parent
020d5db7ff
commit
653b70081e
|
@ -56,7 +56,7 @@ const protocol: IProtocolInformation = {
|
||||||
},
|
},
|
||||||
id: "vk", // an internal ID for the protocol, all lowercase
|
id: "vk", // an internal ID for the protocol, all lowercase
|
||||||
displayname: "VK", // a human-readable name of the protocol
|
displayname: "VK", // a human-readable name of the protocol
|
||||||
externalUrl: "https://github.com/innereq/mx-puppet-vk", // A URL about your protocol
|
externalUrl: "https://vk.com/", // A URL about your protocol
|
||||||
};
|
};
|
||||||
|
|
||||||
// next we create the puppet class.
|
// next we create the puppet class.
|
||||||
|
|
Loading…
Reference in a new issue