Ver Fonte

Fix incorrect link to hooks documentation.

Dan Helfman há 5 anos atrás
pai
commit
b53684a8f0
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      docs/how-to/backup-your-databases.md

+ 4 - 4
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