From fcb4fb27b17aeeaf9aa93351a2a3f86418e5016d Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:18:32 -0400 Subject: [PATCH] fix: added repo links to titles instead of website links. --- backup/duplicacy.md | 4 ++-- storage/zfs.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/duplicacy.md b/backup/duplicacy.md index 3685f08..1c502ed 100644 --- a/backup/duplicacy.md +++ b/backup/duplicacy.md @@ -1,6 +1,6 @@ -# [Duplicacy](https://duplicacy.com/) +# [Duplicacy](https://github.com/gilbertchen/duplicacy) ## Intro For my backups I use the cli version of duplicacy, being free (unlike the gui version) and fitting the full cli idea of my builds, it was the logical choice. -You can find the complete cli guide and information on their [GitHub](https://github.com/gilbertchen/duplicacy). \ No newline at end of file +You can find more information on their [website](https://duplicacy.com/). \ No newline at end of file diff --git a/storage/zfs.md b/storage/zfs.md index 3fcc8f4..4cc3f60 100644 --- a/storage/zfs.md +++ b/storage/zfs.md @@ -1,4 +1,4 @@ -# Zettabyte File System (ZFS) +# [ZFS](https://github.com/openzfs/zfs) ## Why ZFS ?