X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3acf23dca54927ce3131a617756cf3d6e641c792..2dfab1711fd046328ba3c438baf41e600a66d2da:/Repository/DanceRepository.php

diff --git a/Repository/DanceRepository.php b/Repository/DanceRepository.php
index 98a6ee9..251a1ba 100644
--- a/Repository/DanceRepository.php
+++ b/Repository/DanceRepository.php
@@ -221,7 +221,7 @@ SQL;
 					'id' => $id,
 					'type' => $type = $this->translator->trans($name['types'][$k]),
 					'slug' => $stype = $this->slugger->slug($type),
-					'link' => $this->router->generate('rapsys_air_dance_view', ['id' => $id, 'name' => $slug, 'type' => $stype])
+					'link' => $this->router->generate('rapsysair_dance_view', ['id' => $id, 'name' => $slug, 'type' => $stype])
 				];
 			}
 
@@ -229,7 +229,7 @@ SQL;
 			$return[$sname = $this->slugger->short($name['name'])] = [
 				'name' => $tname,
 				'slug' => $slug,
-				'link' => $this->router->generate('rapsys_air_dance_name', ['name' => $sname, 'dance' => $slug]),
+				'link' => $this->router->generate('rapsysair_dance_name', ['name' => $sname, 'dance' => $slug]),
 				'types' => $types,
 				'modified' => $name['modified']
 			];