Skip to content

Commit 2904a9a

Browse files
authored
Merge pull request #206 from dvirberlo/patch-1
doc(README.md): fix online demo link
2 parents 7b9c3ef + 12a670f commit 2904a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313

1414
The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser.
1515

16-
It comes along with an [online demo](http://qiao.github.com/PathFinding.js/visual) to show how the algorithms execute. (The pathfinding speed is slowed down in the demo)
16+
It comes along with an [online demo](http://qiao.github.io/PathFinding.js/visual) to show how the algorithms execute. (The pathfinding speed is slowed down in the demo)
1717

1818
Note that this project only provides path-finding algorithms for 2D space. If you need to work in a 3D environment, then you may use [@schteppe](https://github.com/schteppe)'s [fork](https://github.com/schteppe/PathFinding3D.js).
1919

0 commit comments

Comments
 (0)