Skip to content

Commit

Permalink
MAGETWO-86446: Updated cron documentation URL to 2.2 #13050
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jan 9, 2018
2 parents 628061f + 3ba9bd6 commit fee4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Indexer/Model/Message/Invalid.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getText()
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.',
$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
}
Expand Down

0 comments on commit fee4059

Please sign in to comment.