docs: fix broken links

This commit is contained in:
jo 2022-02-09 11:41:25 +01:00 committed by Jonas L
parent dae1420a5b
commit 2d644561bf
9 changed files with 22 additions and 26 deletions

View file

@ -57,8 +57,8 @@ the backup server also contains an LibreTime installation, it should be possible
to switch playout to this second machine relatively quickly, in case of a
hardware failure or other emergency on the production server.)
Two notible backup tools are [rsync](http://rsync.samba.org/) (without version control) and
[rdiff-backup](http://www.nongnu.org/rdiff-backup/) (with version control). _rsync_ comes
Two notible backup tools are [rsync](https://rsync.samba.org/) (without version control) and
[rdiff-backup](https://rdiff-backup.net/) (with version control). _rsync_ comes
preinstalled with Ubuntu Server.
:::note