From 497c461e102d1b3cfd2773f41453d70fe84abdb0 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 16 May 2022 18:27:01 +0100 Subject: Fix recipes github link (#165) --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.ts') 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 = { export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; -export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`; +export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`; export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium'; export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; -- cgit v1.2.3-54-g00ecf