From a5f3a228c80999f354ff19963e68c4bc3ab4e376 Mon Sep 17 00:00:00 2001 From: Matkurbanov Alisher Date: Wed, 1 Dec 2021 13:32:01 +0500 Subject: [PATCH] Fix broken links in READMEs (#625) * fix links * fix links Co-authored-by: Alisher Matkurbanov --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 161701e37..5c2d5d35d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For "batteries-included", end-to-end solutions that are easier to deploy, check Run the Echo Test example ``` -docker-compose -f examples/echotest/docker-compose.yaml up +docker-compose -f examples/echotest-jsonrpc/docker-compose.yaml up ``` Open the client diff --git a/examples/README.md b/examples/README.md index 6a74815c3..6b17f990d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,4 +10,4 @@ Please feel free to extend and add additional examples! ### Overview -* [echotest](echotest): Demonstrates how to establish a connection to `ion-sfu` as well as publish and receive a video stream. +* [echotest](echotest-jsonrpc): Demonstrates how to establish a connection to `ion-sfu` as well as publish and receive a video stream.