From fef79113bd77685d51a11824aa833acdaf45d368 Mon Sep 17 00:00:00 2001 From: Fred Hohman Date: Sat, 24 Mar 2018 18:52:04 -0400 Subject: [PATCH] change github link --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 9abfd79..e73c621 100644 --- a/js/index.js +++ b/js/index.js @@ -84,4 +84,4 @@ d3.json(dataPathJSON, function(error, data) { }); d3.select("#header-icon-link") - .attr("href", "https://github.com/fredhohman/atlas"); \ No newline at end of file + .attr("href", "https://github.com/fredhohman/graph-playground"); \ No newline at end of file