From 91f9d3a95b22f3265df60c84e08a2775b5bbec54 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 7 Mar 2021 12:27:44 -0500 Subject: [PATCH] Fixed readme images --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e54d1..6a3697d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ gremlin graph database. Currently this project scrapes the steam API for friends and their friends which can be used to generate a graph. This information is stored locally in a gremlin server and is then sent to the client via a web socket. -![Diagram](src/main/resources/website/Diagram.svg) +![Diagram](website/Diagram.svg) [Video Of Friends of Friends Graph](https://www.youtube.com/watch?v=DoDaHmyIPvQ) @@ -16,7 +16,7 @@ If you are lucky, you will find it live at [http://steam.jrtechs.net](http://ste It is still being actively developed and does not have permanent hosting so there is a %60 chance at any time that you will be able to access it. -![Graph](src/main/resources/website/img/jrtechs2.png) +![Graph](website/img/jrtechs2.png) ## Running this Project