Skip to content
Snippets Groups Projects
Commit d6bc7aef authored by Dmitry Kiselev's avatar Dmitry Kiselev Committed by Steven Jones
Browse files

Issue #2919052 by kala4ek: Broken link in TinyPNG processor

parent 2a947d16
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ class TinyPng extends ConfigurableImageAPIOptimizeProcessorBase {
$form['api_key'] = array(
'#type' => 'textfield',
'#title' => $this->t('TinyPNG API key'),
'#description' => $this->t('Enter required TinyPNG API key. Get your API key from <a hre="http://tinypng.com" target="_blank">http://tinypng.com</a>'),
'#description' => $this->t('Enter required TinyPNG API key. Get your API key from <a href="https://tinypng.com" target="_blank">https://tinypng.com</a>'),
'#default_value' => $this->configuration['api_key'],
'#size' => 32,
'#required' => TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment