Update url for official helpers doc

This commit is contained in:
Alexandre Aubin 2018-12-02 17:54:54 +01:00
parent a40342c278
commit 21cb506419

View file

@ -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")