summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMohammed Zohil PK <44064613+zoypk@users.noreply.github.com>2024-06-05 14:55:46 +0530
committerGitHub <noreply@github.com>2024-06-05 11:25:46 +0200
commit0c411594bc385a3dcbf72b331eaa0e0da5264312 (patch)
tree23bce504b5876a60bcfe5c032623e44e2a25513a
parent8aab7be12b6e9011fc2796f0b5c67488819fb98b (diff)
Update go.html.markdown (#4971)
The Go wiki on GitHub has moved to go.dev The old link was broken, Updating the link ensures doc remains accurate and helpful.
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 81d45b98..d3f2572e 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -492,4 +492,4 @@ There are many excellent conference talks and video tutorials on Go available on
Go Mobile adds support for mobile platforms (Android and iOS).
You can write all-Go native mobile apps or write a library that contains bindings from a Go package,
-which can be invoked via Java (Android) and Objective-C (iOS). Check out the [Go Mobile page](https://github.com/golang/go/wiki/Mobile) for more information.
+which can be invoked via Java (Android) and Objective-C (iOS). Check out the [Go Mobile page](https://go.dev/wiki/Mobile) for more information.