Update reference from test-results to test history view

The legacy flakiness dashboard is being turned down and test history
view replaces the functionality.

Bug: 1044361
Change-Id: I5431e6dfca3b0a8e44634c688520af0943e74537
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4010813
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Erik Staab <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1068668}
diff --git a/docs/gpu/gpu_pixel_testing_with_gold.md b/docs/gpu/gpu_pixel_testing_with_gold.md
index 875166eb..7f63d1db 100644
--- a/docs/gpu/gpu_pixel_testing_with_gold.md
+++ b/docs/gpu/gpu_pixel_testing_with_gold.md
@@ -146,15 +146,13 @@
 under test when a particular image was produced, but does not provide a link to
 the build that produced it, so the following workaround can be used.
 
-Assuming the failure is relatively recent (within the past week or so), you can
-use the flakiness dashboard to help find the failed run. To do so, substitute
-the test name into
-`https://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&testType=pixel_skia_gold_test&tests=[test_name]`
-and scroll through the history until you find the failed build (represented by
-a red square). Click on the build and follow the `Build log` link. This will
-take you to the failed build, from which you can get to the Swarming task like
-normal by scrolling to the failed step and clicking on the link for the failed
-shard number.
+Assuming the failure is relatively recent (within the past month or so), you
+can use the test history view to help find the failed run. To do so, search for
+the test name at `https://ci.chromium.org/ui/search?t=TESTS` and look through
+the history for the failed build (represented in red). Click on the group of
+builds and follow the link for the failing build, from which you can get to the
+Swarming task like normal by scrolling to the failed step and clicking on the
+link for the failed shard number.
 
 ### Triaging A Specific Image