Fix Docs Link (#233)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Johan Novak
2021-08-14 12:39:06 -07:00
committed by GitHub
parent b1bc7c1fc2
commit 07226c6d21

View File

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