aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:46:35 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:46:35 +0000
commitdd163a1f2c067cb563d63ee120a0fb982c033d29 (patch)
treecc8ba20b7ca62b0fa5c683139babbcb1357ab853
parent2f42e9bfc25544ea688c1fd725be62c3a1ed6377 (diff)
downloadgitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar
gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.gz
gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.bz2
gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.xz
gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.zip
fix schema link in example gitinfo file
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c194fee..842fb9d 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ You can reference the schema in your `.gitinfo` file using the `$schema` propert
```jsonc
{
- "$schema": "ttps://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json",
+ "$schema": "https://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",