diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-03-28 20:06:49 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-03-28 20:06:49 +0200 |
| commit | 016989874c9be3d61080a6fd1396e11fa5feeee1 (patch) | |
| tree | 575cd01c265ba4ee829da0c06455862d3ca63a46 /.gitmodules | |
| parent | 6556c88426c5ca3686a6e0aaee79706b41ed52d3 (diff) | |
| download | vortrag-knn-016989874c9be3d61080a6fd1396e11fa5feeee1.tar.gz vortrag-knn-016989874c9be3d61080a6fd1396e11fa5feeee1.zip | |
first working version
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 300471b..bc54fcc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "sigma.js"] - path = sigma.js - url = https://github.com/jacomyal/sigma.js.git [submodule "brain"] path = brain url = https://github.com/harthur/brain +[submodule "d3"] + path = d3 + url = https://github.com/mbostock/d3 |
