Fix broken link

This commit is contained in:
n 2022-03-06 00:33:49 +09:00
parent 6b53d9cf23
commit cd12cbf78c

View file

@ -7,7 +7,7 @@ eleventyNavigation:
---
## What is a GPG keypair?
GPG is an open-source cryptographic software application that implements the [Open PGP](https://en.wikipedia.org/wiki/Pretty Good Privacy#OpenPGP) standard. With a GPG keypair, you can sign or encrypt a given text. Git allows you to sign your commits, so other collaborators can be assured it was you who created them.
GPG is an open-source cryptographic software application that implements the [Open PGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP) standard. With a GPG keypair, you can sign or encrypt a given text. Git allows you to sign your commits, so other collaborators can be assured it was you who created them.
## Checking for an Existing GPG keypair
If you have your public key in an easy-to-find location, great! You can skip to [adding it to your account](#adding-your-public-gpg-key-to-codeberg). If not, we will be using the [GnuPG software](https://gnupg.org/download/index.html#binary) to check.