From 94202ec043f8a34b08a4c8eabe1ea1ba70941ebf Mon Sep 17 00:00:00 2001 From: Kirill Satarin <22549266+kksat@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:29:37 +0100 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c627fb5..0859ed1 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ defining the space and the state of the art. Will Wilson (of [FoundationDB](#fou involved. This talk is a precursor to above talks and posts on autonomous testing. * [Torturing Postgres: extreme autonomous testing for distributed architectures](https://medium.com/@thinkx_/torturing-postgres-extreme-autonomous-testing-for-distributed-architectures-e1c4139ed72e)— how OrioleDB uses Antithesis to test the database -* [Chaos Testing Stardog Cluster for Fun and Profit](https://www.stardog.com/labs/blog/chaos-testing-stardog-cluster-for-fun-and-profit/) +* [Chaos Testing Stardog Cluster for Fun and Profit](https://labs.stardog.ai/chaos-testing-fun-and-profit) See also [deterministic simulation](#deterministic-simulation), [FoundationDB](#foundationdb) and [fuzzing](#fuzzing).