From 78d56b40dfcf2885bb4c0af574339800ff3853c1 Mon Sep 17 00:00:00 2001 From: Sarad Pant Date: Tue, 3 Feb 2026 00:00:37 -0500 Subject: [PATCH] Update iOS tutorial link to use main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3363c7a..f2c680347 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Some tutorials under point to code in this repositor Note that tutorials for other languages may be found under other repositories: - * [iOS tutorial](https://github.com/bazelbuild/rules_apple/blob/master/doc/tutorials/ios-app.md) + * [iOS tutorial](https://github.com/bazelbuild/rules_apple/blob/main/doc/tutorials/ios-app.md) * [Go tutorial](https://bazel.build/start/go) along with [sources](https://github.com/bazelbuild/rules_go/tree/master/examples/basic-gazelle)