diff --git a/src/org/april/hebdobot/bot/hooks/LicenseHook.java b/src/org/april/hebdobot/bot/hooks/LicenseHook.java index d56e58b..a1bb045 100644 --- a/src/org/april/hebdobot/bot/hooks/LicenseHook.java +++ b/src/org/april/hebdobot/bot/hooks/LicenseHook.java @@ -45,7 +45,7 @@ public class LicenseHook extends Hook logger.info("!licence caught."); bot.sendMessage(sender - + ", Hebdobot est un logiciel libre de l'April sous licence GNU AGPL (sources : https://agir.april.org/projects/hebdobot/repository)."); + + ", Hebdobot est un logiciel libre de l'April sous licence GNU AGPL (sources : https://forge.april.org/adminsys/hebdobot)."); result = true; }