From 84871c6ef9e6ee1783fa0817b73d709ad9874c70 Mon Sep 17 00:00:00 2001 From: fricklerhandwerk Date: Mon, 10 Feb 2025 15:05:21 +0100 Subject: [PATCH] docs: fix broken links --- keys/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keys/README.md b/keys/README.md index 707b808..0de5781 100644 --- a/keys/README.md +++ b/keys/README.md @@ -23,10 +23,10 @@ Adding a contributor consists of three steps: 1. The contributor in question adds a file with their key to the `./contributors` directory, and opens a pull request with it. -2. An already-existing contributor rekeys the secrets, taking that new key into - account. See [../secrets#adding-a-contributor]. +2. An already-existing contributor uses their keys to [re-key the secrets](../secrets#adding-a-contributor), taking that new key into + account. -3. An already-existing contributor redeploys the infrastructure to take into - account the new access. See [../infra]. +3. An already-existing contributor redeploys the [infrastructure](../infra) to take into + account the new access. 4. The pull request is accepted and merged.