From f72ea922b50c8304d9a909cea3d4e4450429d4a2 Mon Sep 17 00:00:00 2001 From: redoomed1 Date: Wed, 26 Mar 2025 21:03:14 -0700 Subject: [PATCH] update: Internal link Signed-off-by: redoomed1 --- docs/os/linux-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os/linux-overview.md b/docs/os/linux-overview.md index 3697ff00..53bf06b3 100644 --- a/docs/os/linux-overview.md +++ b/docs/os/linux-overview.md @@ -92,7 +92,7 @@ SELinux on [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/selinux-gett ### Drive Encryption -Most Linux distributions have an option within its installer for enabling [LUKS](../encryption.md#linux-unified-key-setup) FDE. If this option isn’t set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device: +Most Linux distributions have an option within its installer for enabling [LUKS](../essentials/encryption.md#linux-unified-key-setup) FDE. If this option isn’t set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device: - [Secure Data Erasure :material-arrow-right-drop-circle:](https://blog.privacyguides.org/2022/05/25/secure-data-erasure)