Skip to content

Commit eed7a6f

Browse files
committed
Update CSV link
1 parent 7a7d13f commit eed7a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
async function fetchCsvData() {
22
const url =
3-
"https://raw.githubusercontent.com/python/devguide/main/core-developers/developers.csv";
3+
"https://raw.githubusercontent.com/python/devguide/main/core-team/core-team.csv";
44
const response = await fetch(url);
55
const csvText = await response.text();
66
return d3.csvParseRows(csvText, d3.autoType);

0 commit comments

Comments
 (0)