From: Austin Clements Date: Tue, 22 Mar 2022 16:44:01 +0000 (-0400) Subject: cmd/compile: add short self-link to ABI spec X-Git-Tag: go1.19beta1~961 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=63ea27e9e02e9ddf5845a32082013e7344134fd7;p=gostls13.git cmd/compile: add short self-link to ABI spec This makes the short link discoverable. Change-Id: I9a2f091652bc096feebbbd79a854aa68efe702bb Reviewed-on: https://go-review.googlesource.com/c/go/+/394634 Trust: Austin Clements Reviewed-by: Eli Bendersky‎ --- 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