From cc6819691f7866f3cba5cb370537ed2085168876 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 7 Jun 2018 14:00:04 +0200 Subject: [PATCH] [mod] we moved away from redmine --- src/yunohost/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index a4ab8db7b..18a8be84b 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1746,7 +1746,7 @@ def _check_manifest_requirements(manifest, app_instance_name): # Validate multi-instance app if is_true(manifest.get('multi_instance', False)): # Handle backward-incompatible change introduced in yunohost >= 2.3.6 - # See https://dev.yunohost.org/issues/156 + # See https://github.com/YunoHost/issues/issues/156 yunohost_req = requirements.get('yunohost', None) if (not yunohost_req or not packages.SpecifierSet(yunohost_req) & '>= 2.3.6'):