mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Update url for official helpers doc
This commit is contained in:
parent
a40342c278
commit
21cb506419
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def header(app_path):
|
||||||
"YUNOHOST APP PACKAGE LINTER\n", c.END,
|
"YUNOHOST APP PACKAGE LINTER\n", c.END,
|
||||||
"App packaging documentation: https://yunohost.org/#/packaging_apps\n",
|
"App packaging documentation: https://yunohost.org/#/packaging_apps\n",
|
||||||
"App package example: https://github.com/YunoHost/example_ynh\n",
|
"App package example: https://github.com/YunoHost/example_ynh\n",
|
||||||
"Official helpers: https://helpers.yunohost.org\n",
|
"Official helpers: https://yunohost.org/#/packaging_apps_helpers_en\n",
|
||||||
"Experimental helpers: https://github.com/YunoHost-Apps/Experimental_helpers\n"
|
"Experimental helpers: https://github.com/YunoHost-Apps/Experimental_helpers\n"
|
||||||
"Checking " + c.BOLD + app_path + c.END + " package\n")
|
"Checking " + c.BOLD + app_path + c.END + " package\n")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue