mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Fix broken link
This commit is contained in:
parent
7e4fecf6e6
commit
247c78c95c
1 changed files with 3 additions and 2 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue