Commit 9e50d0ad authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

infra: Add links to the 3 main branch consoles to Milo's console header.

Adds links to trunk, beta, & stable consoles to the header. That should
make all 3 discoverable from most every console.

Bug: None
Change-Id: I269c07ba93f7599b5c9eab588dc1a698cfb9a9f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050867Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740378}
parent 18d420be
......@@ -161,6 +161,24 @@ links {
alt: "ChromiumOS console"
}
}
links {
name: "Branch Consoles"
links {
text: "beta"
url: "/p/chromium/g/main-beta/console"
alt: "Beta branch console"
}
links {
text: "stable"
url: "/p/chromium/g/main-stable/console"
alt: "Stable branch console"
}
links {
text: "trunk"
url: "/p/chromium/g/main/console"
alt: "Trunk (ToT) console"
}
}
links {
name: "Tryservers"
links {
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment