aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:36:50 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:36:50 +0000
commitbabe61a4d581fad3acb4518cd70b4e9ee8b6c0c5 (patch)
treea9413187f9012388c938da2d86446c03df4ca1d0
parent776f18ffb18539cbde88d05f68a164787417da69 (diff)
downloadgitinfo-babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5.tar
gitinfo-babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5.tar.gz
gitinfo-babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5.tar.bz2
gitinfo-babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5.tar.xz
gitinfo-babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5.zip
Update schema URL in README for .gitinfo validation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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",