Skip to content

Commit

Permalink
🐛 fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Apr 24, 2021
1 parent bb7c797 commit cfcf1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ fun main() = runBlocking {

## Samples 🌠

- [Notes - JVM](https://github.com/theapache64/retrosheet/blob/master/src/main/kotlin/com/theapache64/retrosheet/sample/notes/Notes.kt)
- [Notes - JVM](https://github.com/theapache64/retrosheet/blob/master/src/main/kotlin/com/github/theapache64/retrosheet/sample/notes/Notes.kt)
- README Example 👆
- [Notes - Android](https://github.com/theapache64/notes) - Android App : Simple note taking app, with add and list
feature
- [Nemo](https://github.com/theapache64/nemo) - Android App : E-Commerce App
- [More JVM Samples](https://github.com/theapache64/retrosheet/tree/master/src/main/kotlin/com/theapache64/retrosheet/sample)
- [More JVM Samples](https://github.com/theapache64/retrosheet/tree/master/src/main/kotlin/com/github/theapache64/retrosheet/sample)

## TODO ☑️

Expand Down

0 comments on commit cfcf1af

Please sign in to comment.