aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/migrate-xcode.md
diff options
context:
space:
mode:
authorGravatar spomorski <spomorski@google.com>2017-10-26 18:36:10 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-10-27 16:29:29 +0200
commit865e9ca2281a238a45a2afbcb0a4a3a214b5572d (patch)
tree7989efa0e01712a785a1c1695b896be3442b9489 /site/docs/migrate-xcode.md
parent00d22538789056958eb752f42525b5eb4caa4e47 (diff)
Fix link.
PiperOrigin-RevId: 173548720
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 67e8fe9741..19083ba173 100644
--- a/site/docs/migrate-xcode.md
+++ b/site/docs/migrate-xcode.md
@@ -16,7 +16,7 @@ converting an Xcode project to a Bazel project.
- [Analyze project dependencies](#analyze-project-dependencies)
- [Build or test an Xcode project with Bazel](#build-or-test-an-xcode-project-with-bazel)
- [Step 1: Create the `WORKSPACE` file](#step-1-create-the-workspace-file)
- - [Step 2: (Experimental) Integrate CocoaPod dependencies](#step-2-experimental-integrate-pocoapods-dependencies)
+ - [Step 2: (Experimental) Integrate CocoaPod dependencies](#step-2-experimental-integrate-cocoapods-dependencies)
- [Step 3: Create a `BUILD` file:](#step-3-create-a-build-file)
- [Step 3a: Add the application target](#step-3a-add-the-application-target)
- [Step 3b: (Optional) Add the test target(s)](#step-3b-optional-add-the-test-target-s)