From 91f9ba24101f551599c4eb950a0396749cbc9bd9 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Thu, 2 Apr 2026 11:22:53 -0700 Subject: [PATCH] fix: incorrect sweettest URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d817f6..9191f17c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!NOTE] > **This project is no longer maintained directly by the Holochain team.** > -> Tryorama can continue to be used with Holochain 0.6, but **support for Holochain 0.7+ should not be expected from the Holochain team**. For testing Holochain DNAs, the Holochain team instead recommends using [sweettest](https://github.com/holochain/holochain/tree/develop/crates/hdk/src/sweetest), which is the test harness used in Holochain's own tests. +> Tryorama can continue to be used with Holochain 0.6, but **support for Holochain 0.7+ should not be expected from the Holochain team**. For testing Holochain DNAs, the Holochain team instead recommends using [sweettest](https://github.com/holochain/holochain/tree/develop/crates/holochain/src/sweettest), which is the test harness used in Holochain's own tests. > > See [this issue](https://github.com/holochain/holochain/issues/5546) for more information on the official maintenance status of downstream tools. >