Skip to content

Commit 842af8c

Browse files
committed
Switch link for ABI to the list of ABIs
This should probably be reworked in the future so the ABI chapter owns this information. But for now, it doesn't really say anything useful.
1 parent 6fc88e6 commit 842af8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ reading uninitialized memory is permitted are inside `union`s and in "padding"
257257
[`const`]: items/constant-items.md
258258
[noalias]: http://llvm.org/docs/LangRef.html#noalias
259259
[pointer aliasing rules]: http://llvm.org/docs/LangRef.html#pointer-aliasing-rules
260-
[abi]: abi.md
260+
[abi]: items/external-blocks.md#abi
261261
[undef]: http://llvm.org/docs/LangRef.html#undefined-values
262262
[`target_feature`]: attributes/codegen.md#the-target_feature-attribute
263263
[`UnsafeCell<U>`]: std::cell::UnsafeCell

0 commit comments

Comments
 (0)