From f1d8b48bee0c2f1fa8e5a2e5546f0f2418d0c40b Mon Sep 17 00:00:00 2001 From: Nathanaƫl Houn Date: Wed, 15 Feb 2023 20:28:19 +0100 Subject: docs: update link for recipes issues in the app --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = { export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; -export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`; +export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-app/issues`; export const FERDIUM_TRANSLATION = 'https://crowdin.com/project/ferdium-app'; export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; -- cgit v1.2.3-54-g00ecf