diff --git a/src/cmd/compile/abi-internal.md b/src/cmd/compile/abi-internal.md index 72232bd151..be47e9a31b 100644 --- a/src/cmd/compile/abi-internal.md +++ b/src/cmd/compile/abi-internal.md @@ -1,5 +1,7 @@ # Go internal ABI specification +Self-link: [go.dev/s/regabi](https://go.dev/s/regabi) + This document describes Go’s internal application binary interface (ABI), known as ABIInternal. Go's ABI defines the layout of data in memory and the conventions for