From 78100be0614b39d31067cc0ce0111eea44ff2b7d Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amanda.ghassaei@cba.mit.edu>
Date: Sun, 3 Sep 2017 02:24:19 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index db85bc9..efe703c 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>,
-- 
GitLab