From 48088c26718e006c15e674b3dc4aef0347546ee7 Mon Sep 17 00:00:00 2001 From: Guy Luz Date: Thu, 2 Jan 2025 11:20:41 +0200 Subject: [PATCH] [ffi] Fix old link in readme (#1852) --- pkgs/ffi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/ffi/README.md b/pkgs/ffi/README.md index f2abc4da6..3b3c4405d 100644 --- a/pkgs/ffi/README.md +++ b/pkgs/ffi/README.md @@ -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.