Merge pull request #681 from teloxide/fix-img-paths

fix img paths

Former-commit-id: 6f993ce6b2
This commit is contained in:
Waffle Maybe 2022-07-22 15:54:22 +04:00 committed by GitHub
commit bd97e3cea2

View file

@ -1,7 +1,7 @@
> [v0.9 -> v0.10 migration guide >>](MIGRATION_GUIDE.md#09---010) > [v0.9 -> v0.10 migration guide >>](MIGRATION_GUIDE.md#09---010)
<div align="center"> <div align="center">
<img src="../../raw/master/ICON.png" width="250"/> <img src="./ICON.png" width="250"/>
<h1>teloxide</h1> <h1>teloxide</h1>
<a href="https://docs.rs/teloxide/"> <a href="https://docs.rs/teloxide/">
<img src="https://docs.rs/teloxide/badge.svg"> <img src="https://docs.rs/teloxide/badge.svg">
@ -103,7 +103,7 @@ async fn main() {
``` ```
<div align="center"> <div align="center">
<img src="../../raw/master/media/throw-dice.gif" width="420" /> <img src="./media/throw-dice.gif" width="420" />
</div> </div>
### Commands ### Commands
@ -171,7 +171,7 @@ async fn answer(
``` ```
<div align="center"> <div align="center">
<img src="../../raw/master/media/command.gif" width="420" /> <img src="./media/command.gif" width="420" />
</div> </div>
### Dialogues management ### Dialogues management
@ -294,7 +294,7 @@ async fn receive_location(
``` ```
<div align="center"> <div align="center">
<img src="../../raw/master/media/dialogue.gif" width="420" /> <img src="./media/dialogue.gif" width="420" />
</div> </div>
[More examples >>](examples/) [More examples >>](examples/)