1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Doc: Fix JSB link

This commit is contained in:
Laurent Cozic
2025-07-11 17:25:42 +01:00
parent 35e189ef6e
commit 3f9c60dd10

View File

@@ -338,7 +338,7 @@ export const createFeatureTableMd = () => {
{
name: 'joplinServerBusiness',
label: 'Joplin Server Business',
labelUrl: 'https://joplinapp.org/help/joplin_server_business',
labelUrl: 'https://joplinapp.org/help/apps/joplin_server_business',
},
];
@@ -461,7 +461,7 @@ export function getPlans(stripeConfig: StripePublicConfig): Record<PlanName, Pla
cfaLabel: _('Get a quote'),
cfaUrl: 'mailto:jsb-inquiry@joplin.cloud?subject=Joplin%20Server%20Business%20inquiry',
footnote: '',
learnMoreUrl: 'https://joplinapp.org/help/joplin_server_business',
learnMoreUrl: 'https://joplinapp.org/help/apps/joplin_server_business',
hostingType: PlanHostingType.Self,
},
};