Skip to content

Commit

Permalink
fix: update path for api demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and chrisfalaska committed Nov 6, 2024
1 parent c425dad commit 46f6c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/form/demo/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Prism.highlightAll();
});
</script>
<script type="module" data-demo-script="true" src="../index.js"></script>
<script type="module" data-demo-script="true" src="../src/index.js"></script>

<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
Expand Down
2 changes: 1 addition & 1 deletion components/input/demo/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Prism.highlightAll();
});
</script>
<script type="module" src="../index.js"></script>
<script type="module" src="../src/index.js"></script>
<script type="module">
import { initExamples } from "./api.min.js";
initExamples();
Expand Down

0 comments on commit 46f6c53

Please sign in to comment.