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)