Fix broken link

This commit is contained in:
Alexandre Aubin 2019-01-29 01:42:03 +01:00
parent 7e4fecf6e6
commit 247c78c95c

View file

@ -132,8 +132,9 @@ def check_source_management(app_path):
print_warning("[YEP-3.3] Upstream app sources shouldn't be stored on this " print_warning("[YEP-3.3] Upstream app sources shouldn't be stored on this "
"'sources' folder of this git repository as a copy/paste." "'sources' folder of this git repository as a copy/paste."
"\nAt installation, the package should download sources " "\nAt installation, the package should download sources "
"from upstream via 'ynh_setup_source'.\nSee " "from upstream via 'ynh_setup_source'.\nSee the helper"
"https://dev.yunohost.org/issues/201#Conclusion-chart") "documentation. Original discussion happened here : "
"https://github.com/YunoHost/issues/issues/201#issuecomment-391549262")
def license_mentionned_in_readme(path): def license_mentionned_in_readme(path):