We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d6debc + f2ebdf2 commit b382bbeCopy full SHA for b382bbe
src/linkage.md
@@ -8,7 +8,7 @@ statically and dynamically. This section will explore the various methods to
8
link crates together, and more information about native libraries can be
9
found in the [FFI section of the book][ffi].
10
11
-[ffi]: ../book/ffi.html
+[ffi]: ../book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code
12
13
In one session of compilation, the compiler can generate multiple artifacts
14
through the usage of either command line flags or the `crate_type` attribute.
0 commit comments