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:
Alexey Murz Korepov 2021-01-22 14:54:54 +03:00 committed by GitHub
parent 020d5db7ff
commit 653b70081e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const protocol: IProtocolInformation = {
},
id: "vk", // an internal ID for the protocol, all lowercase
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.