From 8cdab59f28f6419e6787fe4e9077cd78fc763750 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Wed, 9 Dec 2020 17:04:15 +0100 Subject: [PATCH] update github links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4b4976..bd687e9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ TODO: https://github.com/django-auth-ldap/django-auth-ldap ## Links - * Report a bug about this package: https://github.com/jedie/pyinventory_ynh + * Report a bug about this package: https://github.com/YunoHost-Apps/pyinventory_ynh * Report a bug about PyInventory itself: https://github.com/jedie/PyInventory * YunoHost website: https://yunohost.org/ @@ -46,20 +46,20 @@ TODO: https://github.com/django-auth-ldap/django-auth-ldap Developer info ---------------- -Please send your pull request to https://github.com/jedie/pyinventory_ynh +Please send your pull request to https://github.com/YunoHost-Apps/pyinventory_ynh Try 'main' branch, e.g.: ```bash -sudo yunohost app install https://github.com/jedie/pyinventory_ynh/tree/main --debug +sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/main --debug or -sudo yunohost app upgrade pyinventory -u https://github.com/jedie/pyinventory_ynh/tree/main --debug +sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/main --debug ``` Try 'testing' branch, e.g.: ```bash -sudo yunohost app install https://github.com/jedie/pyinventory_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug or -sudo yunohost app upgrade pyinventory -u https://github.com/jedie/pyinventory_ynh/tree/testing --debug +sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug ``` To remove call e.g.: