Skip to content

Commit

Permalink
Fix incorrect examples url
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed May 24, 2024
1 parent 5b3c27d commit f77a954
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ fn main() {
Check out the other [examples](https://github.com/gyscos/cursive/tree/main/examples) to get these results, and more:

<div>
<a href="https://github.com/gyscos/cursive/examples/lorem.rs"><img src="https://imgur.com/hW9M9MV.png" alt="lorem.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/examples/menubar.rs"><img src="https://imgur.com/xx3lZPz.png" alt="menubar.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/examples/select.rs"><img src="https://imgur.com/couty0n.png" alt="select.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/examples/mines/"><img src="https://imgur.com/vNteYyy.png" alt="mines example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/examples/theme_manual.rs"><img src="https://i.imgur.com/I9V5KRi.png" alt="theme_manual.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/cursive-syntect/examples/parse.rs"><img src="https://i.imgur.com/a8bfe5s.png" alt="syntect example" width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/examples/lorem.rs"><img src="https://imgur.com/hW9M9MV.png" alt="lorem.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/examples/menubar.rs"><img src="https://imgur.com/xx3lZPz.png" alt="menubar.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/examples/select.rs"><img src="https://imgur.com/couty0n.png" alt="select.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/examples/mines/"><img src="https://imgur.com/vNteYyy.png" alt="mines example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/examples/theme_manual.rs"><img src="https://i.imgur.com/I9V5KRi.png" alt="theme_manual.rs example", width="48%" /></a>
<a href="https://github.com/gyscos/cursive/blob/main/cursive-syntect/examples/parse.rs"><img src="https://i.imgur.com/a8bfe5s.png" alt="syntect example" width="48%" /></a>
</div>

_(Colors may depend on your terminal configuration.)_
Expand Down

0 comments on commit f77a954

Please sign in to comment.