1 files changed, 2 insertions, 2 deletions
diff --git a/develop/admin_api/event_reports.html b/develop/admin_api/event_reports.html
index 868d6b1bf0..fd38d12967 100644
--- a/develop/admin_api/event_reports.html
+++ b/develop/admin_api/event_reports.html
@@ -188,7 +188,7 @@
<pre><code>GET /_synapse/admin/v1/event_reports?from=0&limit=10
</code></pre>
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
-server admin: see <a href="../../usage/administration/admin_api">Admin API</a>.</p>
+server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p>
<p>It returns a JSON body like the following:</p>
<pre><code class="language-json">{
"event_reports": [
@@ -266,7 +266,7 @@ have a canonical alias set.</li>
<pre><code>GET /_synapse/admin/v1/event_reports/<report_id>
</code></pre>
<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a
-server admin: see <a href="../../usage/administration/admin_api">Admin API</a>.</p>
+server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p>
<p>It returns a JSON body like the following:</p>
<pre><code class="language-jsonc">{
"event_id": "$bNUFCwGzWca1meCGkjp-zwslF-GfVcXukvRLI1_FaVY",
|