mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-26 05:20:23 +00:00
Fixed relative link for image
This commit is contained in:
parent
a35e31e075
commit
08929c3287
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fn main() {
|
|||
println!("{:?}", Dot::with_config(&g, &[Config::EdgeNoLabel]));
|
||||
}
|
||||
```
|
||||
![Petersen Graph](assets/graph.png)
|
||||
![Petersen Graph](../../assets/graph.png)
|
||||
|
||||
|
||||
<!-- Links -->
|
||||
|
|
Loading…
Reference in a new issue