diff --git a/includes/class_ebnreportlinks.inc b/includes/class_ebnreportlinks.inc index 5c07411..2dd152a 100644 --- a/includes/class_ebnreportlinks.inc +++ b/includes/class_ebnreportlinks.inc @@ -1,47 +1,47 @@ */ class EBNReportLinks { var $project; var $docsSanitizerShown = true; function EBNReportLinks($project) { $this->project = $project; } function show() { $kde4_xDocVersionId = "4.2"; print "

\n - See the result of the checks for ".$this->project->name." by EBN:\n + See the result of the checks for ".$this->project->name." by EBN:\n

\n \n "; } } ?> diff --git a/menu.inc b/menu.inc index d27845b..c35a12c 100644 --- a/menu.inc +++ b/menu.inc @@ -1,39 +1,39 @@ setName ("KDE Utilities"); $section =& $this->appendSection("Inform"); $section->appendLink("KDE Utilities Home",""); $section->appendLink("KDE Home","http://www.kde.org/",false); // $section->appendLink("News","news/index.php"); // $section->appendLink("FAQ","faq/index.php"); $section =& $this->appendSection("Projects"); $section->appendDir("Ark","projects/ark"); $section->appendDir("Filelight","projects/filelight"); $section->appendDir("KBackup","projects/kbackup"); $section->appendDir("KCalc","projects/kcalc"); $section->appendDir("KCharSelect","projects/kcharselect"); $section->appendDir("KDiskFree","projects/kdf"); $section->appendDir("KFloppy","projects/kfloppy"); $section->appendDir("KGpg","projects/kgpg"); $section->appendDir("KTimer","projects/ktimer"); $section->appendDir("KDE Wallet Manager","projects/kwalletmanager"); $section->appendDir("Sweeper","projects/sweeper"); $section =& $this->appendSection("Communicate"); $section->appendLink("Contact","contact.php"); $section =& $this->appendSection("Develop"); $section->appendLink("Getting involved","http://www.kde.org/getinvolved/",false); $section->appendLink("Localization","http://l10n.kde.org/stats/gui/trunk-kde4/package/kdeutils/",false); $section->appendLink("TechBase","http://techbase.kde.org/Projects/Utils",false); $section->appendLink("Sources Listing","https://cgit.kde.org/",false); $section->appendLink("API Documentation","http://api.kde.org/4.x-api/kdeutils-apidocs/",false); -$section->appendLink("Code Check Results","http://englishbreakfastnetwork.org/krazy/index.php?component=kde-4.x&module=kdeutils",false); +$section->appendLink("Code Check Results","http://ebn.kde.org/krazy/index.php?component=kde-4.x&module=kdeutils",false); $section->appendLink("Patch Review Requests","http://reviewboard.kde.org/groups/kdeutils",false); $section =& $this->appendSection("Download"); $section->appendLink("Download","http://www.kde.org/download/",false); ?>