diff --git a/package.json b/package.json index 7e20eff..14fe856 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, { "name": "Christopher Collins", - "url": "https://innovis.cpsc.ucalgary.ca/People/ChristopherCollins" + "url": "https://vialab.ca/research/bubble-sets" } ], "license": "Apache-2.0", diff --git a/readme.md b/readme.md index 24f42c2..82750f2 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ BubbleSets for JavaScript ========================= -A JavaScript implementation of [Christopher Collins' bubble sets](https://innovis.cpsc.ucalgary.ca/Research/BubbleSets) +A JavaScript implementation of [Christopher Collins' bubble sets](https://vialab.ca/research/bubble-sets) without the use of external libraries. You can find [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets).