From 08f698bb79c58a923a4b6f85f56b30588e986ba2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 30 Jun 2021 17:06:06 -0700 Subject: [PATCH] Update README.md (#85661) --- dev/bots/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/bots/README.md b/dev/bots/README.md index 517728bf18d..37a566505f2 100644 --- a/dev/bots/README.md +++ b/dev/bots/README.md @@ -76,7 +76,7 @@ search for files named `api.py` or `example.py` under `infra/build`. ### Editing a recipe Flutter has several recipes depending on the test. The recipes share common -actions through `recipe_modules`. Searching the builder config in [flutter/infra](https://github.com/flutter/infra) +actions through `recipe_modules`. Searching the builder config in [infra](https://flutter.googlesource.com/infra/+/refs/heads/main) will indicate the recipe used for a test. Recipes are just Python with some limitations on what can be imported. They are @@ -102,7 +102,7 @@ The typical cycle for editing a recipe is: ### The infra config repository -The [flutter/infra](https://github.com/flutter/infra) repository contains +The [infra](https://flutter.googlesource.com/infra/+/refs/heads/main) repository contains configuration files for the dashboard, builder groups, scheduling, and individual builders. Edits to this may require changes other internal Google repositories - e.g., to change the operating system or number of machines. If