From e67187f45828484dd6351d64fcffc189af99a569 Mon Sep 17 00:00:00 2001
From: kez <kez@torproject.org>
Date: Thu, 22 Jun 2023 15:22:16 -0700
Subject: [PATCH] Fix failed ci

---
 service/donate-review.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/service/donate-review.md b/service/donate-review.md
index f1fc9f6d..290e146a 100644
--- a/service/donate-review.md
+++ b/service/donate-review.md
@@ -39,7 +39,7 @@ See [Installation](#installation) below.
 1. run puppet
 1. add the runner to a gitlab project
 
-[shell executor][]: <https://docs.gitlab.com/runner/executors/shell.html>
+[shell executor]: <https://docs.gitlab.com/runner/executors/shell.html>
 
 ## Upgrades
 
@@ -79,7 +79,7 @@ Letsencrypt won't give us a wildcard cert for
 Instead, we use apache's [mod\_md][] to dynamically request Letsencrypt
 certificates as-needed for new review-apps
 
-[mod\_md]: <https://httpd.apache.org/docs/trunk/mod/mod_md.html>
+[mod_md]: <https://httpd.apache.org/docs/trunk/mod/mod_md.html>
 
 ## Services
 
@@ -94,7 +94,7 @@ on-disk (as opposed to in-memory).
 
 ## Authentication
 
-The donate-review *runner* uses token authentication to pick up jobs fom
+The donate-review *runner* uses token authentication to pick up jobs from
 Gitlab. Each donate-neo instance handles its own authentication.
 
 ## Issues
-- 
GitLab