From eb741ec00de022b0dfe469f869225a0d846de4c2 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Fri, 18 Oct 2024 17:35:21 -0500 Subject: [PATCH] fix: broken url --- docs/ciTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ciTests.md b/docs/ciTests.md index 3b740c569..22764377b 100644 --- a/docs/ciTests.md +++ b/docs/ciTests.md @@ -18,7 +18,7 @@ Seamlessly build and test current iterations of your chain both locally and with We recommend creating a separate directory in your chain's repo and importing Interchaintest as its own module. This will allow you to keep the extra imports needed for `interchaintest` separate from your chain. -See [`noble`](https://github.com/strangelove-ventures/noble) chains `interchaintest` [folder](https://github.com/strangelove-ventures/noble/tree/main/interchaintest) as an example. +See [`noble`](https://github.com/noble-assets/noble) chains `interchaintest e2e` [folder](https://github.com/noble-assets/noble/tree/main/e2e) as an example. Nobles' CI workflow is a great example to follow along with throughout this guide.