From 07226c6d21df0983f51c5a1b9d22e02fdcbfba17 Mon Sep 17 00:00:00 2001 From: Johan Novak Date: Sat, 14 Aug 2021 12:39:06 -0700 Subject: [PATCH] Fix Docs Link (#233) Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> --- src/routes/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.rs b/src/routes/index.rs index 1e9906368..8e332fe33 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -6,7 +6,7 @@ pub async fn index_get() -> HttpResponse { let data = json!({ "name": "modrinth-labrinth", "version": env!("CARGO_PKG_VERSION"), - "documentation": "https://modrinth.com/documentation", + "documentation": "https://docs.modrinth.com", "about": "Welcome traveler!" });