From 150eb5a5dde1e2fb8824d4a9a70c433bc22f1d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sun, 18 Feb 2024 22:50:48 +0100 Subject: [PATCH] Update testing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set a correct backlink. Signed-off-by: Greg Bergé --- docs/data/material/guides/testing/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/guides/testing/testing.md b/docs/data/material/guides/testing/testing.md index 183ba381b09d8f..fff43c06b611da 100644 --- a/docs/data/material/guides/testing/testing.md +++ b/docs/data/material/guides/testing/testing.md @@ -17,5 +17,5 @@ We don't recommend snapshot testing though. ## Internal We have **a wide range** of tests for Material UI so we can -iterate with confidence on the components, for instance, the visual regression tests provided by [Argos-CI](https://app.argos-ci.com/mui/material-ui) have proven to be really helpful. +iterate with confidence on the components, for instance, the visual regression tests provided by [Argos](https://argos-ci.com) have proven to be really helpful. To learn more about the internal tests, you can have a look at the [README](https://github.com/mui/material-ui/blob/HEAD/test/README.md).