From 2f5cf6fcee41dff0415b130a482ca7627ea2056f Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 15 Apr 2022 17:18:32 +0200 Subject: [PATCH] ci: skqp: update URL The file and functionality isn't present in `main` branch anymore. Acked-by: Emma Anholt Reviewed-by: Guilherme Gallo Signed-off-by: David Heidelberg Part-of: --- docs/ci/skqp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/skqp.rst b/docs/ci/skqp.rst index 607bc983e4d..92ea5746cad 100644 --- a/docs/ci/skqp.rst +++ b/docs/ci/skqp.rst @@ -10,7 +10,7 @@ The rendering tests have support for GL, GLES and Vulkan backends and test some rendering scenarios. And the unit tests check the GPU behavior without rendering images. -Tests +Tests ----- Render tests design @@ -19,7 +19,7 @@ Render tests design It is worth noting that `rendertests.txt` can bring some detail about each test expectation, so each test can have a max pixel error count, to tell skqp that it is OK to have at most that number of errors for that test. See also: -https://github.com/google/skia/blob/main/tools/skqp/README_ALGORITHM.md +https://github.com/google/skia/blob/c29454d1c9ebed4758a54a69798869fa2e7a36e0/tools/skqp/README_ALGORITHM.md .. _test-location: