diff --git a/app/flatpages/help/api.md b/app/flatpages/help/api.md index 34d20e68..b71f2486 100644 --- a/app/flatpages/help/api.md +++ b/app/flatpages/help/api.md @@ -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. diff --git a/app/flatpages/help/package_config.md b/app/flatpages/help/package_config.md index bcc89f83..c2bb2e7a 100644 --- a/app/flatpages/help/package_config.md +++ b/app/flatpages/help/package_config.md @@ -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.