aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 8dff85a6f..ac1031507 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -170,7 +170,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
170 170
171export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 171export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
172export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; 172export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
173export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`; 173export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`;
174export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium'; 174export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium';
175export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 175export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
176 176