From 814a79009b5c27ebf0bad38694295fc715dfedd8 Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Mon, 24 Apr 2023 02:32:07 -0700 Subject: [PATCH] docs: fix encryption link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a16865..dfa8f9f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The files I think are most notable are listed below: - Windows-specific: [`run_install-windows.ps1`](./run_install-windows.ps1) - To see what software is installed, search for `wingetInstallIfNotInstalled`, `choco install`, and `Install-Module` - Encryption scripts: files with sensitive information are - [encrypted using age](https://www.chezmoi.io/user-guide/encryption/age/) + [encrypted](https://www.chezmoi.io/user-guide/frequently-asked-questions/encryption/) - Unix-specific: [`run_before_decrypt-private-key-unix.sh.tmpl`](./run_before_decrypt-private-key-unix.sh.tmpl) - Windows-specific: [`run_before_decrypt-private-key-windows.ps1.tmpl`](./run_before_decrypt-private-key-windows.ps1.tmpl) - Configuration files for software that is not managed with chezmoi: [`reference_dotfiles`](./reference_dotfiles)