We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d165231 + 4d7f0ee commit 6697862Copy full SHA for 6697862
README.md
@@ -2,11 +2,12 @@
2
Astar algorithm applied to a pathfinding scenario, with the ability to see the algorithm in action, step by step.
3
4
## :red_circle: Online version
5
-A live version is available [here](https://drendog.github.io/Logic-Circuit-Simulator/).
6
-
+A live version is available [here](https://tendto.github.io/AstarPathfindingAlgorithm/)
+
7
+
8
9
## :books: Documentation
-[Documentation](https://google.com)
10
+[Documentation](doc/DOC.md)
11
12
## 🤝 Contributing
13
@@ -31,4 +32,4 @@ I'd especially appreciate every feedback aimed at improving the presentation and
31
32
33
## :balance_scale: License
34
-[MIT](https://choosealicense.com/licenses/mit/)
35
+[MIT](https://choosealicense.com/licenses/mit/)
0 commit comments