Browse Source

Fixed readme images

pull/20/head
jrtechs 3 years ago
parent
commit
91f9d3a95b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -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

Loading…
Cancel
Save