Skip to content
Snippets Groups Projects
Commit 2ee79e5e authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Use https to link to Fill PDF Service.

Also patch up the name again.
parent e2a1acb1
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
'#type' => 'textfield',
'#title' => t('API Key'),
'#default_value' => variable_get('fillpdf_api_key', ''),
'#description' => t('You need to sign up for an API key at <a href="http://fillpdf-service.com">fillpdf-service.com</a>'),
'#description' => t('You need to sign up for an API key at <a href="https://fillpdf-service.com">fillpdf-service.com</a>'),
);
$form['remote']['fillpdf_remote_protocol'] = array(
'#type' => 'radios',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment