Index: site/dev/testing/ct.md |
diff --git a/site/dev/testing/ct.md b/site/dev/testing/ct.md |
index 3e66122b52af1a5dab71f7db7d5b22b426c6bccb..1ab47e48bc40ae03fe21aba3aed2e49bdbee45af 100644 |
--- a/site/dev/testing/ct.md |
+++ b/site/dev/testing/ct.md |
@@ -81,7 +81,7 @@ System Architecture |
3. The master pushes new tasks to all the workers using the master scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/master_scripts/). The master scripts then check to see when the workers are done with the requested task. |
-4. The workers execute the task using the worker scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/worker_scripts/). All generated artifacts (CSV files, logs, SKP files, archives, etc) are then stored locally and copied to Google Storage. |
+4. The workers execute the task using the worker scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/worker_scripts/). All generated artifacts (CSV files, logs, SKP files, archives, etc) are then stored locally and copied to Google Storage. Worker logs are available [here](https://uberchromegw.corp.google.com/i/skia-ct-master/all_logs). |
5. The master scripts periodically check the workers to see when they are done with the requested task. Once the workers are done the generated artifacts are then read from Google Storage and consolidated (if required). |