commit | b26a65e38ff8787476bcefa21745e811c9bfac22 | [log] [tgz] |
---|---|---|
author | dblugeon <dblugeon@users.noreply.github.com> | Thu Sep 18 09:04:10 2025 +0000 |
committer | t hepudds <thepudds1460@gmail.com> | Thu Sep 18 06:40:29 2025 -0700 |
tree | ca5b2753769818966754b3eb79e3b59bccf6a4f8 | |
parent | 3938fe572e14a6b95853d107d8ce62dab4c7aed8 [diff] |
Correct issue link in MinimumRequirements.md The link to the issue 28334 was generated in the following form: "https://github.com/golang/go/issues/28334)". Clicking on this link redirects to the page "https://github.com/golang/go/issues/created_by/28334)" instead of "https://github.com/golang/go/issues/28334" Change-Id: I80d9272cbd30e49eb10680f025991b16591a25a8 GitHub-Last-Rev: 36d7a6ccf24f751f843eb82fe68d9d9cb84cfcc5 GitHub-Pull-Request: golang/wiki#69 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/704995 Reviewed-by: t hepudds <thepudds1460@gmail.com>
diff --git a/MinimumRequirements.md b/MinimumRequirements.md index f7f3740..cf8cacb 100644 --- a/MinimumRequirements.md +++ b/MinimumRequirements.md
@@ -18,7 +18,7 @@ If you are using tinyconfig (e.g. make tinyconfig) for embedded systems, you will also almost certainly enable printk in the kernel as well as a console; we will not include those generic options here. For Go, you must also enable CONFIG_FUTEX and CONFIG_EPOLL. -On arm64, an out of date (lower than version 2.33) ld.gold may cause shared library tests to fail (see https://github.com/golang/go/issues/28334). +On arm64, an out of date (lower than version 2.33) ld.gold may cause shared library tests to fail (see [issue 28334](https://github.com/golang/go/issues/28334)). ### [Windows](Windows)