From b53684a8f0b289db85c261add13bd3a0ea1d890c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 29 Oct 2019 09:53:45 -0700 Subject: [PATCH] Fix incorrect link to hooks documentation. --- docs/how-to/backup-your-databases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to/backup-your-databases.md b/docs/how-to/backup-your-databases.md index ac6551d52..446e5a73c 100644 --- a/docs/how-to/backup-your-databases.md +++ b/docs/how-to/backup-your-databases.md @@ -68,10 +68,10 @@ a database manually after restoring a dump file in the `~/.borgmatic` path. If this database integration is too limited for needs, borgmatic also supports general-purpose [preparation and cleanup -hooks](https://torsion.org/borgmatic/docs/how-to/set-up-backups/). These -hooks allows you to trigger arbitrary commands or scripts before and after -backups. So if necessary, you can use these hooks to create database dumps -with any database system. +hooks](https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/). +These hooks allows you to trigger arbitrary commands or scripts before and +after backups. So if necessary, you can use these hooks to create database +dumps with any database system. ## Related documentation