Skip to content
Snippets Groups Projects
Commit fee40590 authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

MAGETWO-86446: Updated cron documentation URL to 2.2 #13050

parents 628061f2 3ba9bd62
No related merge requests found
...@@ -71,7 +71,7 @@ class Invalid implements \Magento\Framework\Notification\MessageInterface ...@@ -71,7 +71,7 @@ class Invalid implements \Magento\Framework\Notification\MessageInterface
return __( return __(
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.', 'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
$url, $url,
'http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html#config-cli-cron-bkg' 'http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
); );
//@codingStandardsIgnoreEnd //@codingStandardsIgnoreEnd
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment