aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-05-16 18:27:01 +0100
committerLibravatar GitHub <noreply@github.com>2022-05-16 17:27:01 +0000
commit497c461e102d1b3cfd2773f41453d70fe84abdb0 (patch)
tree70e284dcf2adeb082b1577b4e102ed7078976e02 /src/config.ts
parentChange the termBase for accountless mode (#160) (diff)
downloadferdium-app-497c461e102d1b3cfd2773f41453d70fe84abdb0.tar.gz
ferdium-app-497c461e102d1b3cfd2773f41453d70fe84abdb0.tar.zst
ferdium-app-497c461e102d1b3cfd2773f41453d70fe84abdb0.zip
Fix recipes github link (#165)
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