Skip to content

Commit

Permalink
expose stages tutorial
Browse files Browse the repository at this point in the history
fix some broken links
  • Loading branch information
benlower committed Oct 31, 2024
1 parent 53562f0 commit abb892d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineConfig({
'guides/stages',
'guides/telephony',
'guides/clienttoolstutorial',
// 'guides/callstagestutorial',
'guides/callstagestutorial',
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/src/content/docs/guides/callstagestutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We'll build an escalation system for our Dr. Donut drive-thru that allows the AI
</Steps>

:::tip[Stuck?]
If at any point you get lost, you can refer to the `/final` folder in the repo to get final versions of the various files you will create or edit.
If at any point you get lost, you can refer to the [`/final`](https://github.com/fixie-ai/ultravox-tutorial-call-stages/tree/main/final) folder in the repo to get final versions of the various files you will create or edit.
:::

:::tip[Debugging]
Expand Down Expand Up @@ -285,7 +285,7 @@ Now that you've implemented basic escalation, you can:

## Resources

- [Ultravox Documentation](https://docs.ultravox.ai)
- [Call Stages Reference](../stages)
- [Ultravox Documentation](/)
- [Call Stages Reference](./stages)
- [Tutorial Source Code](https://github.com/fixie-ai/ultravox-tutorial-call-stages)
- [Client Tools Tutorial](../clienttoolstutorial)
- [Client Tools Tutorial](./clienttoolstutorial)
6 changes: 3 additions & 3 deletions docs/src/content/docs/guides/clienttoolstutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We'll build a drive-thru order display for a fictional restaurant called "Dr. Do
</Steps>

:::tip[Stuck?]
If at any point you get lost, you can refer to the `/final` folder in the repo to get final versions of the various files you will create or edit.
If at any point you get lost, you can refer to the [`/final`](https://github.com/fixie-ai/ultravox-tutorial-client-tools/tree/main/final) folder in the repo to get final versions of the various files you will create or edit.
:::

## Step 1: Define the Tool
Expand Down Expand Up @@ -424,6 +424,6 @@ Now that you've implemented basic client tools, you can:

## Resources

- [Ultravox Documentation](https://docs.ultravox.ai)
- [Tools Reference](https://docs.ultravox.ai/tools)
- [Ultravox Documentation](/)
- [Tools Reference](../tools)
- [Tutorial Source Code](https://github.com/fixie-ai/ultravox-tutorial-client-tools)

0 comments on commit abb892d

Please sign in to comment.