@@ -25,7 +25,7 @@ function fillpdf_settings($form, &$form_state) {
$options=array(
'pdftk'=>t('Use locally-installed pdftk: You will need a VPS or a dedicated server so you can install pdftk (').l(t('see documentation'),'admin/help/fillpdf').t(').'),
'local'=>t('Use locally-installed PHP/JavaBridge: You will need a VPS or dedicated server so you can deploy PHP/JavaBridge on Apache Tomcat (').l(t('see documentation'),'admin/help/fillpdf').t(').'),
'remote'=>t('Use fillpdf-service.com: Sign up for <a href="http://fillpdf-service.com">Fill PDF as-a-service</a>.'),
'remote'=>t('Use fillpdf-service.com: Sign up for <a href="https://fillpdf-service.com">Fill PDF Service</a>.'),
);
// Check for JavaBridge.
...
...
@@ -58,7 +58,7 @@ function fillpdf_settings($form, &$form_state) {