From 7751c177cc038ed31b1b5ab4a7aaa3e7db895a4e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 3 Dec 2018 21:07:15 +0100 Subject: fix(App): Fix service request url ht/ @mrstandu33 Closes #1148 --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index c612d1e2b..ba3af14b9 100644 --- a/src/config.js +++ b/src/config.js @@ -39,7 +39,7 @@ export const DEFAULT_FEATURES_CONFIG = { isServiceProxyPremiumFeature: true, }; -export const FRANZ_SERVICE_REQUEST = 'hhttp://bit.ly/franz-plugin-docs'; +export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs'; export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; export const FILE_SYSTEM_SETTINGS_TYPES = [ -- cgit v1.2.3-70-g09d2