Skip to content

Commit 6c5d0c2

Browse files
isnewtonfreekmurze
authored andcommitted
Fix broken link in installation-and-setup.md
1 parent 4b69b62 commit 6c5d0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ If your application is broken, the scheduled jobs cannot run anymore. You might
358358

359359
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.
360360

361-
Learn how to [set up monitoring](/laravel-backup/v8/monitoring-the-health-of-all-backups/overview).
361+
Learn how to [set up monitoring](/docs/laravel-backup/v8/monitoring-the-health-of-all-backups/overview).
362362

363363
## Dumping the database
364364
`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.

0 commit comments

Comments
 (0)