Improve documentation on repo field

This commit is contained in:
rubenwardy 2023-11-19 13:39:38 +00:00
parent 8619433b66
commit 2e8ddb8ca4
2 changed files with 2 additions and 2 deletions

@ -92,7 +92,7 @@ curl -X DELETE https://content.minetest.net/api/delete-token/ \
* `license`: A [license](#licenses) name.
* `media_license`: A [license](#licenses) name.
* `long_description`: Long markdown description.
* `repo`: Git repo URL.
* `repo`: Source repository (eg: Git)
* `website`: Website URL.
* `issue_tracker`: Issue tracker URL.
* `forums`: forum topic ID.

@ -70,7 +70,7 @@ It should be a JSON dictionary with one or more of the following optional keys:
* `license`: A license name, see [/api/licenses/](/api/licenses/).
* `media_license`: A license name.
* `long_description`: Long markdown description.
* `repo`: Git repo URL.
* `repo`: Source repository (eg: Git).
* `website`: Website URL.
* `issue_tracker`: Issue tracker URL.
* `forums`: forum topic ID.