From 9ca1379cfb317284d7d73f777f304e85415af837 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 28 May 2019 23:37:43 +0100 Subject: [PATCH] Transferring to YunoHost-Apps --- README.md | 8 ++++---- README_fr.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8254781..4872f38 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Can the app be used by multiple users? No. ## Links - * Report a bug: https://github.com/tituspijean/nodered_ynh/issues + * Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues * App website: https://nodered.org/ * Upstream app repository: https://github.com/node-red/node-red * YunoHost website: https://yunohost.org/ @@ -56,11 +56,11 @@ Developers info ---------------- **Only if you want to use a testing branch for coding, instead of merging directly into master.** -Please do your pull request to the [testing branch](https://github.com/tituspijean/nodered_ynh/tree/testing). +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/tituspijean/nodered_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug or -sudo yunohost app upgrade nodered -u https://github.com/tituspijean/nodered_ynh/tree/testing --debug +sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ``` diff --git a/README_fr.md b/README_fr.md index 1bafc59..67172b3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ L'application peut-elle être utilisée par plusieurs utilisateurs? Non. ## Liens - * Signaler un bug: https://github.com/tituspijean/nodered_ynh/issues + * Signaler un bug: https://github.com/YunoHost-Apps/nodered_ynh/issues * Site de l'application: https://nodered.org/ * Dépôt de l'application principale: https://github.com/node-red/node-red * Site web YunoHost: https://yunohost.org/ @@ -56,11 +56,11 @@ Informations pour les développeurs ---------------- **Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** -Merci de faire vos pull request sur la [branche testing](https://github.com/tituspijean/nodered_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` -sudo yunohost app install https://github.com/tituspijean/nodered_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ou -sudo yunohost app upgrade nodered_ynh -u https://github.com/tituspijean/nodered_ynh/tree/testing --debug +sudo yunohost app upgrade nodered_ynh -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ```