diff --git a/docs/installation-and-setup.md b/docs/installation-and-setup.md index 5fab20e0..95cc3c16 100644 --- a/docs/installation-and-setup.md +++ b/docs/installation-and-setup.md @@ -358,7 +358,7 @@ If your application is broken, the scheduled jobs cannot run anymore. You might To find out about problems with your backups, the package ships with monitoring functionality. It will inform you when backups become too old or when they take up too much storage. -Learn how to [set up monitoring](/laravel-backup/v8/monitoring-the-health-of-all-backups/overview). +Learn how to [set up monitoring](/docs/laravel-backup/v8/monitoring-the-health-of-all-backups/overview). ## Dumping the database `mysqldump` is used to backup MySQL databases. `pg_dump` is used to dump PostgreSQL databases. If these binaries are not installed in a default location, you can add a key named `dump.dump_binary_path` in Laravel's own `database.php` config file. **Only fill in the path to the binary**. Do not include the name of the binary itself.