From 4160e8da74bd6736de71af2dd6f846861757c909 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 12 Jul 2023 18:04:07 +0200 Subject: [PATCH] docs: Fix links to KeePass webpage --- .../docs/reference/templates/passhole-functions/index.md | 2 +- .../docs/reference/templates/passhole-functions/passhole.md | 2 +- .../chezmoi.io/docs/user-guide/password-managers/keepassxc.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/chezmoi.io/docs/reference/templates/passhole-functions/index.md b/assets/chezmoi.io/docs/reference/templates/passhole-functions/index.md index 7b8f07e9ebf..7b9b202da9e 100644 --- a/assets/chezmoi.io/docs/reference/templates/passhole-functions/index.md +++ b/assets/chezmoi.io/docs/reference/templates/passhole-functions/index.md @@ -1,4 +1,4 @@ # Passhole -chezmoi includes support for [Keepass](https://keepass.info/) using the +chezmoi includes support for [KeePass](https://keepass.info/) using the [Passhole CLI](https://github.com/Evidlo/passhole) (`ph`). diff --git a/assets/chezmoi.io/docs/reference/templates/passhole-functions/passhole.md b/assets/chezmoi.io/docs/reference/templates/passhole-functions/passhole.md index 784e08252d3..4a4df535473 100644 --- a/assets/chezmoi.io/docs/reference/templates/passhole-functions/passhole.md +++ b/assets/chezmoi.io/docs/reference/templates/passhole-functions/passhole.md @@ -1,6 +1,6 @@ # passhole *path* *field* -`passhole` returns the *field* of *path* from a [Keepass](https://keypass.info/) +`passhole` returns the *field* of *path* from a [KeePass](https://keepass.info/) database using [passhole](https://github.com/Evidlo/passhole)'s `ph` command. !!! example diff --git a/assets/chezmoi.io/docs/user-guide/password-managers/keepassxc.md b/assets/chezmoi.io/docs/user-guide/password-managers/keepassxc.md index 58903b938c6..f7855da277e 100644 --- a/assets/chezmoi.io/docs/user-guide/password-managers/keepassxc.md +++ b/assets/chezmoi.io/docs/user-guide/password-managers/keepassxc.md @@ -28,7 +28,7 @@ called `private-key`, its value is available as: !!! info - The KeepassXC CLI does not currently support any persistent login, which + The KeePassXC CLI does not currently support any persistent login, which means that you will have to enter your password every time you run chezmoi. Support for non-password authentication methods (e.g. YubiKey) is currently