diff --git a/README.md b/README.md index db85bc9dab67a9498e8fd5a86c0de02699047a6b..efe703c7c95f5a1baf42300019e6a41b44ff8710 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A realtime fluid flow simulation on the GPU using WebGL <img src="vortexshedding.gif"/> -Live demo at <a href="http://git.amandaghassaei.com/VortexShedding/" target="_blank">git.amandaghassaei.com/VortexShedding/</a> +Live demo at <a href="https://amanda.pages.cba.mit.edu/VortexShedding/" target="_blank">amanda.pages.cba.mit.edu/VortexShedding/</a> This simulation solves the <a href="https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations" target="_blank">Navier-Stokes equations</a> for incompressible fluid flow past an obstacle in a GPU fragment shader. It exhibits a phenomenon called <a href="https://en.wikipedia.org/wiki/Vortex_shedding" target="_blank">vortex shedding</a>,