aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 20:28:19 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commitf1d8b48bee0c2f1fa8e5a2e5546f0f2418d0c40b (patch)
treed2d65b7507e7358b1dad46facdebf20f50f52766
parentdocs: reduce PULL_REQUEST_TEMPLATE.md (diff)
downloadferdium-app-f1d8b48bee0c2f1fa8e5a2e5546f0f2418d0c40b.tar.gz
ferdium-app-f1d8b48bee0c2f1fa8e5a2e5546f0f2418d0c40b.tar.zst
ferdium-app-f1d8b48bee0c2f1fa8e5a2e5546f0f2418d0c40b.zip
docs: update link for recipes issues in the app
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index dd83bd05b..336085685 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -327,7 +327,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
327 327
328export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 328export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
329export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; 329export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
330export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`; 330export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-app/issues`;
331export const FERDIUM_TRANSLATION = 'https://crowdin.com/project/ferdium-app'; 331export const FERDIUM_TRANSLATION = 'https://crowdin.com/project/ferdium-app';
332export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 332export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
333 333