From babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:36:50 +0000 Subject: Update schema URL in README for .gitinfo validation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e81e102..32461fd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The `.gitinfo` file uses JSONC (JSON with Comments) format, allowing for easy re A JSON Schema is available for validating `.gitinfo` files: ``` -https://raw.githubusercontent.com/zuedev/gitinfo/main/gitinfo.schema.json +ttps://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json ``` You can reference the schema in your `.gitinfo` file using the `$schema` property for editor autocompletion and validation support. @@ -24,7 +24,7 @@ You can reference the schema in your `.gitinfo` file using the `$schema` propert ```jsonc { - "$schema": "https://raw.githubusercontent.com/zuedev/gitinfo/main/gitinfo.schema.json", + "$schema": "ttps://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json", "root": "https://github.com/example/repository", "gitmail": "patches@example.com", "icon": "https://example.com/icon.png", -- cgit v1.2.3