From f57062fd35dfb069105134fb5de45dd4cd223b35 Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:56:59 -0700 Subject: fix: custom services developer documentation link leads to franz pape (#1493) - update link for developer documentation to point to own recipe documentation - rename `FRANZ_DEV_DOCS` to `FERDIUM_DEV_DOCS` --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index d8b028104..922b01628 100644 --- a/src/config.ts +++ b/src/config.ts @@ -329,7 +329,8 @@ 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-app/issues`; export const FERDIUM_TRANSLATION = 'https://crowdin.com/project/ferdium-app'; -export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; +export const FERDIUM_DEV_DOCS = + 'https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md'; export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; -- cgit v1.2.3-70-g09d2