Skip to content

Commit c40585b

Browse files
authored
Merge pull request react-bootstrap#101 from react-bootstrap/examples-bundle-link
Fix examples bundle link
2 parents f872c04 + 87371ae commit c40585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/mode/javascript/javascript.js"></script>
2525
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/mode/xml/xml.js"></script>
2626
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/addon/mode/multiplex.js"></script>
27-
<script src="/static/bundle.js"></script>
28-
</html>
27+
<script src="static/bundle.js"></script>
28+
</html>

0 commit comments

Comments
 (0)