diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:36:50 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:36:50 +0000 |
| commit | babe61a4d581fad3acb4518cd70b4e9ee8b6c0c5 (patch) | |
| tree | a9413187f9012388c938da2d86446c03df4ca1d0 | |
| parent | 776f18ffb18539cbde88d05f68a164787417da69 (diff) | |
| download | gitinfo-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
