Files
opnform-host-nginx/config/links.php
Jeffrey Zang 462f44a99c fix: navbar help link (#77)
* fix: navbar help link

* fix: update links.php
2023-01-26 09:33:43 +01:00

15 lines
714 B
PHP

<?php
return [
'help_url' => 'https://github.com/JhumanJ/OpnForm/discussions',
'helpdesk_sitemap_url' => 'https://notionforms.crisp.help/sitemap.xml',
'changelog_url' => 'https://opnform.canny.io/changelog',
'github_url' => 'https://github.com/JhumanJ/OpnForm',
'github_forum_url' => 'https://github.com/JhumanJ/OpnForm/discussions',
'facebook_group' => 'https://www.facebook.com/groups/opnform/',
'twitter' => 'https://twitter.com/OpnForm',
'zapier_integration' => 'https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/',
'book_onboarding' => 'https://zcal.co/i/YQVGEULQ',
'feature_requests' => 'https://opnform.canny.io/feature-requests'
];