From 831317e509ded384b00fbe188a26a82801b30291 Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Wed, 10 Jan 2024 17:44:46 +0100 Subject: [PATCH] chore: remove redundant "to learn more" segment (#129) --- shared/video/_call-types.md | 2 +- shared/video/_call-types.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/video/_call-types.md b/shared/video/_call-types.md index cfb7308..1a13165 100644 --- a/shared/video/_call-types.md +++ b/shared/video/_call-types.md @@ -48,7 +48,7 @@ The `default` call type can be used for different video-calling apps, such as 1- :::info The `default` type can be used in apps that use regular video calling. -To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling) to learn more. +To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling). ::: ### Audio Room diff --git a/shared/video/_call-types.mdx b/shared/video/_call-types.mdx index 1aa0bae..da4380b 100644 --- a/shared/video/_call-types.mdx +++ b/shared/video/_call-types.mdx @@ -50,7 +50,7 @@ The `default` call type can be used for different video-calling apps, such as 1- :::info The `default` type can be used in apps that use regular video calling. -To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling) to learn more. +To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling). :::