We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e77e2f commit 35b3c02Copy full SHA for 35b3c02
app/code/Magento/Indexer/Model/Message/Invalid.php
@@ -71,7 +71,7 @@ public function getText()
71
return __(
72
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
73
$url,
74
- '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'
75
);
76
//@codingStandardsIgnoreEnd
77
}
0 commit comments