From 16b5906c82d3b17f5e1720c99feeed904e5e8a75 Mon Sep 17 00:00:00 2001 From: nathanmp Date: Thu, 1 Jun 2017 16:15:00 -0400 Subject: [PATCH] Fix link #19795 --- Mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index fb9ad8a5..99cb4feb 100644 --- a/Mobile.md +++ b/Mobile.md @@ -77,7 +77,7 @@ $ gomobile install golang.org/x/mobile/example/basic ### Building and deploying to iOS Run `gomobile build` to build the package as an iOS application. -Note: target=ios requires the host machine running OS X. You need to obtain a [signing identity and download provisioning profiles](https://developer.apple.com/library/ios/recipes/xcode_help-accounts_preferences/articles/obtain_certificates_and_provisioning_profiles.html) in order to continue. +Note: target=ios requires the host machine running OS X. You need to obtain a [signing identity and download provisioning profiles](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html) in order to continue. ``` $ gomobile build -target=ios golang.org/x/mobile/example/basic