/**
  * @desc Get url to community wiki to page with all CSS updates
  *
  * @return string
  */
 public function getCssUpdatesUrl()
 {
     $title = GlobalTitle::newFromText(self::UPDATES_CATEGORY, NS_CATEGORY, WikiFactory::DBtoId($this->getCommunityDbName()));
     return $title->getFullURL();
 }