Fixed relative link for image

This commit is contained in:
David Harris 2017-02-26 10:35:10 -06:00
parent a35e31e075
commit 08929c3287

View file

@ -45,7 +45,7 @@ fn main() {
println!("{:?}", Dot::with_config(&g, &[Config::EdgeNoLabel]));
}
```
![Petersen Graph](assets/graph.png)
![Petersen Graph](../../assets/graph.png)
<!-- Links -->