aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-01-09 22:02:03 +0000
committerElliott Hughes <enh@google.com>2024-01-09 22:09:07 +0000
commit10363161e76c1d2ed196582e593ee6cef0706dd1 (patch)
treeea3663ef48cf0f47c7f8dbdef103489ceffd231f /ui
parent539b46b6bd0ebacbc79016a8e0043dce02072263 (diff)
"master" was renamed "main".
Test: N/A Change-Id: I86d5578eaac260e55a9583db7ab49812b4ba1f5d
Diffstat (limited to 'ui')
-rw-r--r--ui/build/path.go2
-rw-r--r--ui/status/ninja_frontend/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/build/path.go b/ui/build/path.go
index 29128d81f..51ebff117 100644
--- a/ui/build/path.go
+++ b/ui/build/path.go
@@ -180,7 +180,7 @@ func SetupPath(ctx Context, config Config) {
// Compute the error message along with the process tree, including
// parents, for this log line.
procPrints := []string{
- "See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.",
+ "See https://android.googlesource.com/platform/build/+/main/Changes.md#PATH_Tools for more information.",
}
if len(log.Parents) > 0 {
procPrints = append(procPrints, "Process tree:")
diff --git a/ui/status/ninja_frontend/README b/ui/status/ninja_frontend/README
index 8c4b4510f..767bbf17a 100644
--- a/ui/status/ninja_frontend/README
+++ b/ui/status/ninja_frontend/README
@@ -1,3 +1,3 @@
-This comes from https://android.googlesource.com/platform/external/ninja/+/master/src/frontend.proto
+This comes from https://android.googlesource.com/platform/external/ninja/+/main/src/frontend.proto
The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.sh.