X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/93d7dffa6e851ee8e2c1c0708c78caff3fa35dd7..939de76183503aa90b96b656b74c8365feffbb74:/lib/functions.php

diff --git a/lib/functions.php b/lib/functions.php
index b6672fb..b87f6c3 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -879,7 +879,7 @@ function jirafeau_fileperms($path)
 function jirafeau_admin_bug_report($cfg)
 {
     $out = "<fieldset><legend>" . t('REPORTING_AN_ISSUE') . "</legend>";
-    $out .= "If you have a problem related to Jirafeau, please <a href='https://gitlab.com/mojo42/Jirafeau/-/issues'>open an issue</a>, explain your problem in english and copy-paste the following content:<br/><br/><code>";
+    $out .= "If you have a problem related to Jirafeau, please <a href='https://gitlab.com/jirafeau/Jirafeau/-/issues'>open an issue</a>, explain your problem in english and copy-paste the following content:<br/><br/><code>";
 
     $out .= "# Jirafeau<br/>";
     $out .= "- version: " . JIRAFEAU_VERSION . "<br/>";