From 77b50d748a04be0e4e0ba0effad9e643ed8d1d77 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 21 Nov 2018 22:28:58 +0100 Subject: [PATCH] Fix warning about relative ref --- content/post/ssh_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/ssh_keys.md b/content/post/ssh_keys.md index e716da9..0b71d5d 100644 --- a/content/post/ssh_keys.md +++ b/content/post/ssh_keys.md @@ -50,7 +50,7 @@ ssh-keygen -l -E md5 -f KEY_FILE ### Usign PGP -Sometime, I use my authentication PGP key as SSH key. Read the [related article]({{< relref "post/pgp_key.md#ssh-authentication" >}}) to view the public key. +Sometime, I use my authentication PGP key as SSH key. Read the [related article]({{< relref "/post/pgp_key.md#ssh-authentication" >}}) to view the public key. ## Server keys