diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:46:35 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:46:35 +0000 |
| commit | dd163a1f2c067cb563d63ee120a0fb982c033d29 (patch) | |
| tree | cc8ba20b7ca62b0fa5c683139babbcb1357ab853 /README.md | |
| parent | 2f42e9bfc25544ea688c1fd725be62c3a1ed6377 (diff) | |
| download | gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.gz gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.bz2 gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.tar.xz gitinfo-dd163a1f2c067cb563d63ee120a0fb982c033d29.zip | |
fix schema link in example gitinfo file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
