Skip to content

Commit cf3a281

Browse files
committed
Satisfy linkchecker
1 parent 1ce1f0e commit cf3a281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ On ARM, the `.syntax unified` mode is used.
8787
These targets impose an additional restriction on the assembly code: any assembler state (e.g. the current section which can be changed with `.section`) must be restored to its original value at the end of the asm string.
8888
Assembly code that does not conform to the GAS syntax will result in assembler-specific behavior.
8989

90-
[format-syntax]: ../std/fmt/#syntax
90+
[format-syntax]: ../std/fmt/index.html#syntax
9191
[rfc-2795]: https://github.com/rust-lang/rfcs/pull/2795
9292

9393
## Operand type

0 commit comments

Comments
 (0)