aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Benjamin Staneck <Stanzilla@users.noreply.github.com>2018-11-15 11:49:00 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 11:49:00 +0100
commit04a23b7ffec2387c204638a61550e5137d7367fe (patch)
treeb6f6f27fa821111bbf3933c38d370c390bf6be2d /src/config.js
parentAutomatic i18n update (i18n.meetfranz.com) (diff)
downloadferdium-app-04a23b7ffec2387c204638a61550e5137d7367fe.tar.gz
ferdium-app-04a23b7ffec2387c204638a61550e5137d7367fe.tar.zst
ferdium-app-04a23b7ffec2387c204638a61550e5137d7367fe.zip
fix(General): Convert many links from http to https (#967) @Stanzilla
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index 77fa92eca..417e45022 100644
--- a/src/config.js
+++ b/src/config.js
@@ -24,7 +24,7 @@ export const DEFAULT_APP_SETTINGS = {
24 enableGPUAcceleration: true, 24 enableGPUAcceleration: true,
25}; 25};
26 26
27export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request'; 27export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request';
28export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate'; 28export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
29 29
30export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json'); 30export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json');