From e88566f48c0a70716456fd35945b94f24147d24d Mon Sep 17 00:00:00 2001 From: Kornel David Date: Mon, 14 Oct 2024 16:29:12 +0200 Subject: [PATCH] fix: Fix wrong doc reference --- docs/examples/jitsi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/jitsi/README.md b/docs/examples/jitsi/README.md index e302c78..6b6f9bd 100644 --- a/docs/examples/jitsi/README.md +++ b/docs/examples/jitsi/README.md @@ -41,7 +41,7 @@ To ingest secured traffic into the cluster, you need to install some resources. ### STUNner -Now comes the fun part. The simplest way to run this demo is to clone the [STUNner git repository](https://github.com/l7mp/stunner) and deploy (after some minor modifications) the [manifest](livekit-server.yaml) packaged with STUNner. +Now comes the fun part. The simplest way to run this demo is to clone the [STUNner git repository](https://github.com/l7mp/stunner) and deploy (after some minor modifications) the [manifest](jitsi-server.yaml) packaged with STUNner. To install the stable version of STUNner, please follow the instructions in [this section](../../INSTALL.md#installation-1).