Update link to email template docs
This commit is contained in:
parent
b1a7444a61
commit
9c3a3d7790
|
|
@ -67,6 +67,8 @@ const String kDocsUrl = 'https://invoiceninja.github.io/en';
|
||||||
const String kDocsCustomDomainUrl = '$kDocsUrl/hosted-custom-domain';
|
const String kDocsCustomDomainUrl = '$kDocsUrl/hosted-custom-domain';
|
||||||
const String kDocsCustomDesignUrl = '$kDocsUrl/custom-fields';
|
const String kDocsCustomDesignUrl = '$kDocsUrl/custom-fields';
|
||||||
const String kDocsCustomFieldsUrl = '$kDocsUrl/custom-fields/#custom-fields';
|
const String kDocsCustomFieldsUrl = '$kDocsUrl/custom-fields/#custom-fields';
|
||||||
|
const String kDocsEmailVariablesUrl =
|
||||||
|
'$kDocsUrl/email-customization/#payment-email-customization';
|
||||||
const String kDocsStripeConnectUrl = '$kDocsUrl/hosted-stripe';
|
const String kDocsStripeConnectUrl = '$kDocsUrl/hosted-stripe';
|
||||||
|
|
||||||
const String kForumUrl = 'https://forum.invoiceninja.com';
|
const String kForumUrl = 'https://forum.invoiceninja.com';
|
||||||
|
|
|
||||||
|
|
@ -529,7 +529,7 @@ class _TemplatesAndRemindersState extends State<TemplatesAndReminders>
|
||||||
icon: MdiIcons.openInNew,
|
icon: MdiIcons.openInNew,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
onPressed: () => launchUrl(Uri.parse(kDocsCustomFieldsUrl)),
|
onPressed: () => launchUrl(Uri.parse(kDocsEmailVariablesUrl)),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
VariablesHelp(
|
VariablesHelp(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue