aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/migrate-xcode.md
diff options
context:
space:
mode:
authorGravatar spomorski <spomorski@google.com>2017-11-02 12:05:01 -0400
committerGravatar John Cater <jcater@google.com>2017-11-03 09:52:54 -0400
commit975f19adf29b4585887a3584a2cf4f2b868c32dd (patch)
treefea763d36ca3c1de4010056c052413468be40eeb /site/docs/migrate-xcode.md
parentc8a87811483f95450b75b7ea31ac4d2666ce6c82 (diff)
Fix link to the ios_application rule documentation.
PiperOrigin-RevId: 174333380
Diffstat (limited to 'site/docs/migrate-xcode.md')
-rw-r--r--site/docs/migrate-xcode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/migrate-xcode.md b/site/docs/migrate-xcode.md
index 19083ba173..0af95d3fa4 100644
--- a/site/docs/migrate-xcode.md
+++ b/site/docs/migrate-xcode.md
@@ -142,7 +142,7 @@ initial build of the project as follows:
#### Step 3a: Add the application target
Add a [`macos_application`](https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-macos.md#macos_application)
-or an [`ios_application`](https://docs.bazel.build/versions/master/be/objective-c.html#ios_application)
+or an [`ios_application`](https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_application)
rule target. This target builds a macOS or iOS application bundle, respectively.
In the target, specify the following at the minimum: