diff options
Diffstat (limited to 'content/about.md')
-rw-r--r-- | content/about.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/about.md b/content/about.md index 69f5a46..16b6f30 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ SimpleX is my preferred method of contact. It's private and secure. My LibrePlanet talk contains a slide (at timestamp 00:40) verifying that the signing key below belongs to me. -[:key: Signify Key](/signify.pub) +[:key: Signify Key](/static/signify.pub) [:tv: LibrePlanet Talk](https://media.libreplanet.org/u/libreplanet/m/taking-back-the-web-with-haketilo/) The git-signify helper script can use my signing key to verify the authenticity of this journal. @@ -76,5 +76,5 @@ To provide some assurance that I don't use AI tools to write this journal, I tim ```sh git clone --recursive https://git.nicholasjohnson.ch/journal -ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/timestamp-2.ots +ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/static/timestamp-2.ots ``` |