Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti authored Sep 10, 2023
1 parent e944ec3 commit db2e619
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ flutter pub run build_runner clean

You can find many more examples in the following resources:

- [embed/test/literal/literal_embedding_generator_test_src.dart](https://github.com/fujidaiti/embed.dart/tree/master/embed/test/literal/literal_embedding_generator_test_src.dart)
- [embed/test/str/str_embedding_generator_test_src.dart](https://github.com/fujidaiti/embed.dart/blob/master/embed/test/str/str_embedding_generator_test_src.dart)
- [embed/test/literal/literal_embedding_generator_test_src.dart](https://github.com/fujidaiti/embed.dart/blob/master/embed/test/literal/literal_embedding_generator_test.dart#L54)
- [embed/test/str/str_embedding_generator_test_src.dart](https://github.com/fujidaiti/embed.dart/blob/master/embed/test/str/str_embedding_generator_test.dart#L52)
- [embed/test/binary/binary_embedding_generator_test_src.dart](https://github.com/fujidaiti/embed.dart/blob/master/embed/test/binary/binary_embedding_generator_test.dart#L51)
- [example/lib/example.dart](https://github.com/fujidaiti/embed.dart/blob/master/example/lib/example.dart)

<br/>
Expand Down

0 comments on commit db2e619

Please sign in to comment.