From 5e090df09f453fb31adf42dc61ce591e7a032ed3 Mon Sep 17 00:00:00 2001 From: Nikhil Henry <25770025+nikhilhenry@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:09:58 +0530 Subject: [PATCH] Update README.md fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 841f83b..88230e9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A blazingly-fast [A-Star](https://en.wikipedia.org/wiki/A*_search_algorithm) sea Allows for dynamic grid sizes and user-chosen heuristics. Runs natively on MacOS, Linux and the web using WASM! ## Demo -The WASM-based demo of the app is hosted [here](https:/nikhilhenry.github.io/astar.rs). +The WASM-based demo of the app is hosted [here](https://nikhilhenry.github.io/astar.rs). ## Installation