SVN commit 1254579 by imalchow: fix ebn server location M +4 -4 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1254578:1254579 @@ -282,10 +282,10 @@ } else if($this->data['repository'][0] == 'git') { // Hardcode it for now for the few exceptions if ($this->name() == "Amarok") { - $ebn = "extragear/multimedia/amarok-git"; + $ebn = "extragear/multimedia/amarok"; } if ($this->name() == "Konversation") { - $ebn = "extragear/network/konversation-git/"; + $ebn = "extragear/network/konversation"; } } @@ -294,11 +294,11 @@ function ebnCodeCheckingUrl() { - return 'http://englishbreakfastnetwork.org/krazy/reports/'.$this->ebnUrlBase().'/index.html'; + return 'http://ebn.kde.org/krazy/reports/'.$this->ebnUrlBase().'/index.html'; } function ebnDocCheckingUrl() { - return 'http://englishbreakfastnetwork.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; + return 'http://ebn.org/sanitizer/reports/'.$this->ebnUrlBase().'/index.html'; } }