From 0cb2fdedc7fedee2d381c48554dd900038313e63 Mon Sep 17 00:00:00 2001 From: "Y.D.X." <73375426+YDX-2147483647@users.noreply.github.com> Date: Fri, 28 Nov 2025 09:56:12 +0800 Subject: [PATCH] Fix a broken in-page link in the documentation --- docs/topics/SSHAgent.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/SSHAgent.adoc b/docs/topics/SSHAgent.adoc index 8b385c64c..078b3cf80 100644 --- a/docs/topics/SSHAgent.adoc +++ b/docs/topics/SSHAgent.adoc @@ -59,7 +59,7 @@ Alternatively, you can use a _Windows PowerShell_ running as _Administrator_ to PS C:\Users\user> Get-Service ssh-agent | Set-Service -StartupType Automatic PS C:\Users\user> Start-Service ssh-agent -KeePassXC and other compatible tools can now use the Windows OpenSSH agent. To use it with KeePassXC, update the settings explained in <>. +KeePassXC and other compatible tools can now use the Windows OpenSSH agent. To use it with KeePassXC, update the settings explained in <>. === Setup SSH Agent Integration By default the SSH Agent integration plugin is disabled. @@ -178,3 +178,4 @@ If you chose to not autoload the key on database unlock, you can manually make t .SSH Agent Load Key from Context Menu image::sshagent_context_menu.png[] // end::content[] +