From 653b70081ece3e82a1a2b9865c079309e6927ed2 Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Fri, 22 Jan 2021 14:54:54 +0300 Subject: [PATCH] Fix externalUrl to vk.com In externalUrl must be url to remote network (official network website), not to bridge homepage. --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 65aa036..b45320b 100755 --- a/src/index.ts +++ b/src/index.ts @@ -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.