Skip to content

Commit

Permalink
Update flat tables docs to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Feb 5, 2024
1 parent 60e6543 commit b2b6c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/MagentoSettingsHealthcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function handle()
}

if (! $response['healthy']) {
$response['messages'][] = ['type' => 'info', 'value' => __('The Magento settings have been checked, there were some errors; fix them before you continue. See: https://rapidez.io/docs/0.x/installation#flat-tables')];
$response['messages'][] = ['type' => 'info', 'value' => __('The Magento settings have been checked, there were some errors; fix them before you continue. See: https://docs.rapidez.io/1.x/installation.html#flat-tables')];
}

return $response;
Expand Down

0 comments on commit b2b6c5b

Please sign in to comment.