We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba3a68 commit ae88fc2Copy full SHA for ae88fc2
index.html
@@ -90,8 +90,8 @@ <h5 class="panel-title">Demographic Info</h3>
90
<!-- Bring in D3, Plotly and custom app -->
91
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.5.0/d3.js"></script>
92
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
93
-<script src="/static/js/app.js" type="text/javascript"></script>
94
-<script src="/static/js/bonus.js" type="text/javascript"></script>
+<script src="https://jamie-gihu.github.io/plotly-challenge/static/js/app.js" type="text/javascript"></script>
+<script src="https://jamie-gihu.github.io/plotly-challenge/static/js/bonus.js" type="text/javascript"></script>
95
96
</body>
97
0 commit comments