Fix link markup in ffi README

Closes #39196
https://github.com/dart-lang/sdk/pull/39196

GitOrigin-RevId: 0a3c0cf7fb3abd496fc54c018e5603a79c767a17
Change-Id: I67d5e0a3408e24bd732a0c8f2d1f4674965acf99
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123691
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Brett Morgan 2019-11-04 09:31:27 +00:00 committed by Vyacheslav Egorov
parent f91ef3afd7
commit 740cd89ad8

View file

@ -37,5 +37,5 @@ expected this query to fail: no such column: non_existing_column (Code 1: SQL lo
## Tutorial
A tutorial walking through the code is available in [docs/sqlite-tutorial.md](docs/sqlite-tutorial.md).
For information on how to use this package within a Flutter app, see [docs/android.md].
For information on how to use this package within a Flutter app, see [docs/android.md](docs/android.md).
(Note: iOS is not yet supported).