From 5d1ab97ba856ec98b3825f5d4f162ae620bd17d4 Mon Sep 17 00:00:00 2001 From: xiaobei0715 <1505929057@qq.com> Date: Fri, 20 Dec 2024 22:11:51 +0800 Subject: [PATCH] chore: fix links --- interop-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop-tests/README.md b/interop-tests/README.md index c2805ddf707..04ef96286c3 100644 --- a/interop-tests/README.md +++ b/interop-tests/README.md @@ -39,7 +39,7 @@ To run the webrtc-direct test, you'll need the `chromedriver` in your `$PATH`, c # Running all interop tests locally with Compose To run this test against all released libp2p versions you'll need to have the -(libp2p/test-plans)[https://github.com/libp2p/test-plans] checked out. Then do +[libp2p/test-plans](https://github.com/libp2p/test-plans) checked out. Then do the following (from the root directory of this repository): 1. Build the image: `docker build -t rust-libp2p-head . -f interop-tests/Dockerfile`.