diff --git a/ecrire/inc_rss.php3 b/ecrire/inc_rss.php3
index ca1e1f7f7468b02fd6a02fe84d2519a05df93bee..1c9bba09017bb4c52f78ce48d460a58daa3159eb 100644
--- a/ecrire/inc_rss.php3
+++ b/ecrire/inc_rss.php3
@@ -338,7 +338,7 @@ function rss_breves($critere) {
 			'date' => $t['date_heure'],
 			'description' => propre(couper($t['texte'],300)),
 			'url' => _DIR_RESTREINT_ABS
-				.'breves.php3?id_breve='.$t['id_breve']
+				.'breves_voir.php3?id_breve='.$t['id_breve']
 		);
 		if ($t['statut'] == 'prop')
 			$item['title'] = _T('titre_breve_proposee').' : '.$item['title'];