Skip to content

Commit 0f1a62b

Browse files
committed
change folder path to javascripts
1 parent 66252d1 commit 0f1a62b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

D3_databinding/a5.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Rural population (% of total population) rate comparison between 20 countries</title>
66
<link rel="stylesheet" type="text/css" href="style.css">
77
<script src="http://d3js.org/d3.v4.min.js"></script>
8-
<script src="./data_table.js"></script>
9-
<script src="./stem_n_leaf.js"></script>
10-
<script src="./bar_chart.js"></script>
11-
<script src="./scatterplot.js"></script>
8+
<script src="/data_table.js"></script>
9+
<script src="/stem_n_leaf.js"></script>
10+
<script src="/bar_chart.js"></script>
11+
<script src="/scatterplot.js"></script>
1212
</head>
1313

1414
<body>

0 commit comments

Comments
 (0)