Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pigne committed Jun 22, 2024
1 parent f6de66f commit 1b13be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Since Graph is a _sink_ let's create a graph from a set of events generated by a
- A few graph file formats can handle dynamic.
- GraphStream provides a file format (DGS) that allows to store and load dynamic graphs.

![A graph from a file](img/pipeline.svg)
![A graph from a file](/img/pipeline.svg)

---

Expand Down Expand Up @@ -480,7 +480,7 @@ while( source.nextEvents() );
source.end();
```

![FileSource Pipeline](img/pipeline.svg)
![FileSource Pipeline](/img/pipeline.svg)


---
Expand Down

0 comments on commit 1b13be8

Please sign in to comment.