Skip to content

Commit

Permalink
Fix image paths in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jul 22, 2022
1 parent 3ce3cf7 commit b0bfbcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
> [v0.9 -> v0.10 migration guide >>](MIGRATION_GUIDE.md#09---010)
<div align="center">
<img src="../../raw/master/ICON.png" width="250"/>
<img src="./ICON.png" width="250"/>
<h1>teloxide</h1>
<a href="https://docs.rs/teloxide/">
<img src="https://docs.rs/teloxide/badge.svg">
Expand Down Expand Up @@ -103,7 +103,7 @@ async fn main() {
```

<div align="center">
<img src="../../raw/master/media/throw-dice.gif" width="420" />
<img src="./media/throw-dice.gif" width="420" />
</div>

### Commands
Expand Down Expand Up @@ -171,7 +171,7 @@ async fn answer(
```

<div align="center">
<img src="../../raw/master/media/command.gif" width="420" />
<img src="./media/command.gif" width="420" />
</div>

### Dialogues management
Expand Down Expand Up @@ -294,7 +294,7 @@ async fn receive_location(
```

<div align="center">
<img src="../../raw/master/media/dialogue.gif" width="420" />
<img src="./media/dialogue.gif" width="420" />
</div>

[More examples >>](examples/)
Expand Down

0 comments on commit b0bfbcb

Please sign in to comment.