Update README.md (#85661)

This commit is contained in:
Ian Hickson 2021-06-30 17:06:06 -07:00 committed by GitHub
parent 69ea91bf61
commit 08f698bb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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