Skip to content

Commit

Permalink
Merge pull request #504 from endamccormack/fix-broken-polyfill-link
Browse files Browse the repository at this point in the history
fix broken link to polyfill
  • Loading branch information
gemmaleigh authored Jun 16, 2017
2 parents 7a860c7 + bf850cb commit a023d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/guide_typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3 class="heading-medium" id="typography-hidden-text">Hidden text (progressive
</p>
<p>
You’ll need to ensure that your markup matches the example above.
<a href="https://github.com/alphagov/govuk_elements/blob/master/public/javascripts/govuk/details.polyfill.js">GOV.UK elements uses this polyfill</a>.
<a href="https://github.com/alphagov/govuk_elements/blob/master/assets/javascripts/govuk/details.polyfill.js">GOV.UK elements uses this polyfill</a>.
</p>
<p>
<a href="/typography/example-details-summary/">Take a look at example page</a> which demonstrates conditionally revealing information, using the HTML5 details and summary elements.
Expand Down

0 comments on commit a023d35

Please sign in to comment.