Skip to content

Commit 4dcebd2

Browse files
authored
reference: link to proper ffi attributes
1 parent ab0b874 commit 4dcebd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ Functions within external blocks may be called by Rust code, just like
16281628
functions defined in Rust. The Rust compiler automatically translates between
16291629
the Rust ABI and the foreign ABI.
16301630

1631-
A number of [attributes](#attributes) control the behavior of external blocks.
1631+
A number of [attributes](#ffi-attributes) control the behavior of external blocks.
16321632

16331633
By default external blocks assume that the library they are calling uses the
16341634
standard C "cdecl" ABI. Other ABIs may be specified using an `abi` string, as

0 commit comments

Comments
 (0)