aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-21 17:56:59 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-21 17:56:59 -0700
commitf57062fd35dfb069105134fb5de45dd4cd223b35 (patch)
tree86045808f7f286e8fa65c7c85ed1474f92e0c06b /src/config.ts
parent6.6.1-nightly.23 [skip ci] (diff)
downloadferdium-app-f57062fd35dfb069105134fb5de45dd4cd223b35.tar.gz
ferdium-app-f57062fd35dfb069105134fb5de45dd4cd223b35.tar.zst
ferdium-app-f57062fd35dfb069105134fb5de45dd4cd223b35.zip
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`
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts3
1 files changed, 2 insertions, 1 deletions
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';
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-app/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 FERDIUM_DEV_DOCS =
333 'https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md';
333 334
334export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; 335export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy'];
335 336