From 764b73c10ab8b8ffc8133b9c1f8ae621f3af98a5 Mon Sep 17 00:00:00 2001 From: Timothy Arnold Date: Fri, 12 Aug 2022 15:32:17 -0500 Subject: [PATCH] Fix broken link on server notices --- docs/administration/4_adminapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 12ca905c6..610879575 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -57,7 +57,7 @@ Request body format: } ``` -Send a server notice to a specific user. See the (Matrix Spec)[https://spec.matrix.org/v1.3/client-server-api/#server-notices] for additional details on server notice behaviour. +Send a server notice to a specific user. See the [Matrix Spec](https://spec.matrix.org/v1.3/client-server-api/#server-notices) for additional details on server notice behaviour. If successfully sent, the API will return the following response: ```