diff --git a/docs/api/examples/anthropic.mdx b/docs/api/examples/anthropic.mdx index 7ac824d..528b5a0 100644 --- a/docs/api/examples/anthropic.mdx +++ b/docs/api/examples/anthropic.mdx @@ -222,4 +222,4 @@ This example builds on the function calling example that Anthropic use, however, The approach to implementing those would be similar, especialy when you consider that just a single function is required to execute any of the functions an LLM selects and Superface will handle it from there. -For more information on how to implement function calling with Anthropic Claude3, take a look at their [documentation}(https://docs.anthropic.com/claude/docs/tool-use). +For more information on how to implement function calling with Anthropic Claude3, take a look at their [documentation](https://docs.anthropic.com/claude/docs/tool-use).