From 03a1dd525c4d0db9cfd3235b556c14f1a1731dfc Mon Sep 17 00:00:00 2001 From: korrectional <156260369+korrectional@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:41:20 -0500 Subject: [PATCH] Fixed wrong link in iframe.md https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe had a link to the react sdk documentation which was incorrect (https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe/dev-guide-react-sdk). I fixed the link (https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe/dev-guide-react-sdk). --- docs/dev-guide/iframe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guide/iframe.md b/docs/dev-guide/iframe.md index f098945f9..7f29d3da9 100644 --- a/docs/dev-guide/iframe.md +++ b/docs/dev-guide/iframe.md @@ -16,7 +16,7 @@ JaaS customers, please make sure you also read [this](https://developer.8x8.com/ ::: :::tip -If you use React in your web application you might want to use our [React SDK](dev-guide-react-sdk) instead. +If you use React in your web application you might want to use our [React SDK](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-react-sdk/) instead. ::: ## Integration