diff --git a/docs/configuring-number.mdx b/docs/configuring-number.mdx index 15f1844d4..24febbdda 100644 --- a/docs/configuring-number.mdx +++ b/docs/configuring-number.mdx @@ -16,7 +16,7 @@ by modifying: ### Voice -First, let's create a new voice via [ElevenLabs]("https://elevenlabs.io) and grab the voice ID. +First, let's create a new voice via [ElevenLabs](https://elevenlabs.io) and grab the voice ID. ``` voice = vocode_client.voices.create_voice( diff --git a/docs/walkthrough_intro.mdx b/docs/walkthrough_intro.mdx index a1caebe34..3e65904e9 100644 --- a/docs/walkthrough_intro.mdx +++ b/docs/walkthrough_intro.mdx @@ -7,7 +7,7 @@ Welcome to the Vocode API! We've got a lot of powerful features that we're going by setting up a receptionist agent that can take calls and book calendar appointments. We'll cover how to do it step-by-step entirely via API or you could also follow along using our -[Dashboard]("https://dashboard.vocode.dev). +[Dashboard](https://dashboard.vocode.dev). In particular, we'll go through the following steps: