diff --git a/app/views/dossiers/_attestation.html.haml b/app/views/dossiers/_attestation.html.haml
index f221203f1..17e45cc86 100644
--- a/app/views/dossiers/_attestation.html.haml
+++ b/app/views/dossiers/_attestation.html.haml
@@ -14,4 +14,4 @@
- if user_signed_in? && current_user == dossier.user
= link_to 'Télécharger', dossier_attestation_path(dossier), target: '_blank', class: 'btn btn-primary'
- else
- = link_to 'Télécharger', procedure_dossier_attestation_path(dossier.procedure, dossier), target: '_blank', class: 'btn btn-primary'
+ = link_to 'Télécharger', attestation_dossier_path(dossier.procedure, dossier), target: '_blank', class: 'btn btn-primary'