Skip to content

Commit

Permalink
fix broken bubblesets link
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 21, 2024
1 parent 38df4b6 commit efde864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bubblesets",
"version": "0.2.0",
"version": "1.0.0",
"description": "A JavaScript implementation of Bubble Sets.",
"type": "module",
"main": "bubblesets.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BubbleSets for JavaScript
=========================

A JavaScript implementation of [Christopher Collins' bubble sets](http://vialab.science.uoit.ca/portfolio/bubblesets)
A JavaScript implementation of [Christopher Collins' bubble sets](https://innovis.cpsc.ucalgary.ca/Research/BubbleSets)
without the use of external libraries.
You can fin [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets).

Expand Down

0 comments on commit efde864

Please sign in to comment.