Skip to content

Commit

Permalink
[#1163] Fix broken source links in demo
Browse files Browse the repository at this point in the history
Fixes #1163
  • Loading branch information
stefcameron committed Dec 10, 2023
1 parent efa4481 commit 61562b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 id="animated-trigger-heading">animated trigger</h2>
</p>
<div id="demo-animated-trigger"></div>
<p>
<a href="https://github.com/focus-trap/focus-trap-react/blob/master/demo/js/animated-trigger.js" aria-describedby="animated-trigger-heading">View demo source <span aria-hidden="true">&gt;&gt;</span></a>
<a href="https://github.com/focus-trap/focus-trap-react/blob/master/demo/js/demo-animated-trigger.js" aria-describedby="animated-trigger-heading">View demo source <span aria-hidden="true">&gt;&gt;</span></a>
</p>

<h2 id="ffne-heading">first focus, no escape</h2>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2 id="iframe-heading">demo Iframe with document option applied</h2>
</p>
<p>
<a
href="https://github.com/focus-trap/focus-trap-react/blob/demoOption/demo/js/demo-iframe.js"
href="https://github.com/focus-trap/focus-trap-react/blob/master/demo/js/demo-iframe.js"
aria-describedby="demo-iframe-heading"
>
View demo source <span aria-hidden="true">&gt;&gt;</span>
Expand Down

0 comments on commit 61562b1

Please sign in to comment.