Skip to content

Commit

Permalink
FSR-1027 fix link (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Ash Taylor <[email protected]>
  • Loading branch information
ashleyjtaylor and Ash Taylor authored Sep 20, 2023
1 parent 726e1a2 commit 2a7e86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/partials/related-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="govuk-heading-s" id="subsection-title">
</a>
</li>
<li>
<a data-journey-click="{% if model.longTerm %}{{ model.longTerm }}{% endif %}" class="govuk-link" href={{model.floodRiskUrl}}>
<a data-journey-click="{% if model.longTerm %}{{ model.longTerm }}{% endif %}" class="govuk-link" href="https://www.gov.uk/check-long-term-flood-risk">
Check your long term flood risk
</a>
<li>
Expand Down

0 comments on commit 2a7e86d

Please sign in to comment.