From e59087a1bf69c17a03af2b2c4e301b94a1251f60 Mon Sep 17 00:00:00 2001 From: FifthTundraG <117035030+FifthTundraG@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:33:25 -0400 Subject: [PATCH] Fix 404 API spec link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9054e6f1..78acb158 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Modrinth's laboratory for its backend service & API! -For contributing information, please see the labrinth section of the [Modrinth contributing guide](https://docs.modrinth.com/docs/details/contributing/#labrinth-backend-and-api). For documentation on the API itself, see the [API Spec](https://docs.modrinth.com/api-spec/). +For contributing information, please see the labrinth section of the [Modrinth contributing guide](https://docs.modrinth.com/docs/details/contributing/#labrinth-backend-and-api). For documentation on the API itself, see the [API Spec](https://docs.modrinth.com/).