From 8dfc8749eb59958b7599ba871248079bd56989c0 Mon Sep 17 00:00:00 2001 From: weishu Date: Sat, 31 Jan 2026 11:06:39 +0800 Subject: [PATCH] fix schema url --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 0e66080c..47a4f552 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -193,7 +193,7 @@ When ENV values are set and not present in settings.json, they are automatically ```json { - "$schema": "https://hapi.run/schemas/settings.schema.json", + "$schema": "https://hapi.run/docs/schemas/settings.schema.json", "listenHost": "0.0.0.0", "listenPort": 3006, "publicUrl": "https://your-domain.com"