Skip to content

Commit 07f266c

Browse files
authored
Merge pull request #1715 from hassan-mohagheghian/fix_a_reference_link
fix link to inline assembly reference
2 parents 2d56dd9 + 8dcfad0 commit 07f266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,4 @@ Options can be provided as an optional final argument to the `asm!` macro. We sp
474474

475475
These allow the compiler to better optimize code using `asm!`, for example by eliminating pure `asm!` blocks whose outputs are not needed.
476476

477-
See the [reference](../../reference/inline-assembly.html) for the full list of available options and their effects.
477+
See the [reference](https://doc.rust-lang.org/stable/reference/inline-assembly.html) for the full list of available options and their effects.

0 commit comments

Comments
 (0)