From 1fecafa347f1cd959738829934124560932c6bed Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Mon, 20 Nov 2023 09:29:37 +0000 Subject: [PATCH] Update CONTRIBUTING.md Closes https://github.com/dart-lang/sdk/pull/54094 GitOrigin-RevId: bf8f7a0121624197065b0d48157f1c2e4817db33 Change-Id: I160d0c7425f4efd58cd7862e5f08e546879b0f2b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/337161 Reviewed-by: Alexander Thomas --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52a301b69fd..216e590935d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,8 @@ This repository primarily uses [Gerrit for code reviews](https://dart-review.goo ## Setting up the environment -In order to submit a patch from a local workspace, you need to get the [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools). +In order to submit a patch from a local workspace, you need to install the Chromium +[depot\_tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up). ## Getting the code