Skip to content
Snippets Groups Projects
Commit be39ce98 authored by Robbie Thompson's avatar Robbie Thompson
Browse files

Updated cron documentation URL to 2.2

parent b09ab2aa
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