From 63ea27e9e02e9ddf5845a32082013e7344134fd7 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 22 Mar 2022 12:44:01 -0400 Subject: [PATCH] cmd/compile: add short self-link to ABI spec MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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‎ --- src/cmd/compile/abi-internal.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0