diff --git a/README.md b/README.md index 05c48ba..7470355 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Visualization for Various Similarity Functions -[![The euclidean distance forming voronoi regions.](media/demo0.gif)](https://josuakrause.github.io/searchspace/) +[![The euclidean distance forming voronoi regions.](media/demo0.gif)](https://searchspace.josuakrause.com/) This visualization shows distances of various similarity functions in a 2D vector space. Choose the distance function from the menu or use the number keys to quickly switch between them. You can also add or remove points interactively. Boundaries of closest neighbor regions are shown in red. Read more about the visualization on [Medium](https://medium.com/@josua.krause/aff7667da6cc?source=friends_link&sk=1a7e02ec41f35b625fe5eb08da8623cb). -The live version can be found [here](https://josuakrause.github.io/searchspace/). +The live version can be found [here](https://searchspace.josuakrause.com/). ## Running Locally diff --git a/demo0.html b/demo0.html index f38eb87..ff86580 100644 --- a/demo0.html +++ b/demo0.html @@ -8,11 +8,11 @@ - + diff --git a/demo1.html b/demo1.html index a2ab901..afd2151 100644 --- a/demo1.html +++ b/demo1.html @@ -8,11 +8,11 @@ - + diff --git a/demo2.html b/demo2.html index 2d0ec34..77f5b52 100644 --- a/demo2.html +++ b/demo2.html @@ -8,11 +8,11 @@ - + diff --git a/index.html b/index.html index 2963e7c..85cb8ec 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,8 @@