Skip to content

Commit 6f81a5d

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 cef2aba commit 6f81a5d

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
@@ -258,7 +258,7 @@ reading uninitialized memory is permitted are inside `union`s and in "padding"
258258
[`const`]: items/constant-items.md
259259
[noalias]: http://llvm.org/docs/LangRef.html#noalias
260260
[pointer aliasing rules]: http://llvm.org/docs/LangRef.html#pointer-aliasing-rules
261-
[abi]: abi.md
261+
[abi]: items/external-blocks.md#abi
262262
[undef]: http://llvm.org/docs/LangRef.html#undefined-values
263263
[`target_feature`]: attributes/codegen.md#the-target_feature-attribute
264264
[`UnsafeCell<U>`]: std::cell::UnsafeCell

0 commit comments

Comments
 (0)