From 8aa14d5dcdbec94b83679e760c18473b449aa108 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Wed, 18 Dec 2024 13:02:42 -0500 Subject: [PATCH] docs(x): update Go Mobile links --- x/mobileproxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mobileproxy/README.md b/x/mobileproxy/README.md index 27641da2..bca76c34 100644 --- a/x/mobileproxy/README.md +++ b/x/mobileproxy/README.md @@ -470,7 +470,7 @@ public final class StringList implements Seq.Proxy { ## Add the library to your mobile project -To add the library to your mobile project, see Go Mobile's [Building and deploying to iOS](https://github.com/golang/go/wiki/Mobile#building-and-deploying-to-ios-1) and [Building and deploying to Android](https://github.com/golang/go/wiki/Mobile#building-and-deploying-to-android-1). +To add the library to your mobile project, see Go Mobile's [Building and deploying to iOS](https://go.dev/wiki/Mobile#building-and-deploying-to-ios-1) and [Building and deploying to Android](https://github.com/golang/go/wiki/Mobile#building-and-deploying-to-android-1). ## Using the basic local proxy forwarder