Skip to content

Commit

Permalink
fix(contribution): utilisation de l'ID de l'article à la place du CID…
Browse files Browse the repository at this point in the history
… pour générer le lien (#1030)
  • Loading branch information
m-maillot authored Sep 26, 2023
1 parent a590140 commit 69f703c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const KaliReferenceInput = ({
<Grid item xs={7}>
<SimpleLink
target="_blank"
href={`https://www.legifrance.gouv.fr/conv_coll/id/${ref.kaliArticle.cid}/?idConteneur=${agreement.kaliId}`}
href={`https://www.legifrance.gouv.fr/conv_coll/id/${ref.kaliArticle.id}/?idConteneur=${agreement.kaliId}`}
>
{ref.kaliArticle.path}
</SimpleLink>
Expand Down

0 comments on commit 69f703c

Please sign in to comment.