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/containers/settings/RecipesScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/containers') diff --git a/src/containers/settings/RecipesScreen.tsx b/src/containers/settings/RecipesScreen.tsx index 1fb2673a8..a46510d54 100644 --- a/src/containers/settings/RecipesScreen.tsx +++ b/src/containers/settings/RecipesScreen.tsx @@ -8,7 +8,7 @@ import Recipe from '../../models/Recipe'; import { StoresProps } from '../../@types/ferdium-components.types'; import RecipesDashboard from '../../components/settings/recipes/RecipesDashboard'; import ErrorBoundary from '../../components/util/ErrorBoundary'; -import { CUSTOM_WEBSITE_RECIPE_ID, FRANZ_DEV_DOCS } from '../../config'; +import { CUSTOM_WEBSITE_RECIPE_ID, FERDIUM_DEV_DOCS } from '../../config'; import { userDataRecipesPath } from '../../environment-remote'; import { asarRecipesPath } from '../../helpers/asar-helpers'; import { communityRecipesStore } from '../../features/communityRecipes'; @@ -176,7 +176,7 @@ class RecipesScreen extends Component { recipeDirectory={recipeDirectory} openRecipeDirectory={() => openPath(recipeDirectory)} openDevDocs={() => - appActions.openExternalUrl({ url: FRANZ_DEV_DOCS }) + appActions.openExternalUrl({ url: FERDIUM_DEV_DOCS }) } /> -- cgit v1.2.3-54-g00ecf