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!" });