1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

update github links

This commit is contained in:
JensDiemer 2020-12-09 17:04:15 +01:00
parent 5ccbcf5aa5
commit 8cdab59f28

View file

@ -37,7 +37,7 @@ TODO: https://github.com/django-auth-ldap/django-auth-ldap
## Links ## 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 * Report a bug about PyInventory itself: https://github.com/jedie/PyInventory
* YunoHost website: https://yunohost.org/ * YunoHost website: https://yunohost.org/
@ -46,20 +46,20 @@ TODO: https://github.com/django-auth-ldap/django-auth-ldap
Developer info 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.: Try 'main' branch, e.g.:
```bash ```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 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.: Try 'testing' branch, e.g.:
```bash ```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 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.: To remove call e.g.: