Skip to content

Commit

Permalink
Fix old link in ffi readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Dec 31, 2024
1 parent c571375 commit 6dc60d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/ffi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Utilities for working with Foreign Function Interface (FFI) code, incl.
converting between Dart strings and C strings encoded with UTF-8 and UTF-16.

Please see the [API reference](https://pub.dev/documentation/ffi/latest/ffi/ffi-library.html) for more documentation and the [tests](https://github.com/dart-lang/ffi/tree/main/test) for example usage.
Please see the [API reference](https://pub.dev/documentation/ffi/latest/ffi/ffi-library.html) for more documentation and the [tests](https://github.com/dart-lang/native/tree/main/pkgs/ffi/test) for example usage.

For additional details about Dart FFI (`dart:ffi`), see
https://dart.dev/guides/libraries/c-interop.

0 comments on commit 6dc60d5

Please sign in to comment.