aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2018-05-15 15:22:06 +0200
committerGravatar GitHub <noreply@github.com>2018-05-15 15:22:06 +0200
commit83a3806ce85a012366709931a158bea85bf39d5b (patch)
tree7ae8f6067247e9144cd987d46f806ad685ad32e4 /dev/doc
parent8d1a470669073f3c6d98da267700cf182d40376f (diff)
Update MERGING.md
Actually there are more general instructions
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/MERGING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/MERGING.md b/dev/doc/MERGING.md
index 106ef7842..0ff14d112 100644
--- a/dev/doc/MERGING.md
+++ b/dev/doc/MERGING.md
@@ -112,7 +112,7 @@ are signed. Consequently, it depends on the GnuPG command utility being
installed and a GPG key being available. Here is a short tutorial to
creating your own GPG key:
<https://ekaia.org/blog/2009/05/10/creating-new-gpgkey/>. To link it with
-git, use https://help.github.com/articles/telling-git-about-your-gpg-key/.
+git & github, follow https://help.github.com/articles/signing-commits-with-gpg/.
The script depends on a few other utilities. If you are a Nix user, the
simplest way of getting them is to run `nix-shell` first.