From a0e755301ae9a24e0ee9d53c96db98da9dc6f11f Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:11:44 -0400 Subject: [PATCH] fix: hyperlink to robopages repo url --- docs/topics/tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/tools.mdx b/docs/topics/tools.mdx index a8a9a7d..8e97287 100644 --- a/docs/topics/tools.mdx +++ b/docs/topics/tools.mdx @@ -422,7 +422,7 @@ $ claude ## Robopages -[Robopages](https://github.com/context-labs/robopages) is a framework for building and hosting tool-enabled "pages" or APIs. Rigging can dynamically fetch the available tools from a running Robopages server and make them available to your language model. +[Robopages](https://github.com/dreadnode/robopages) is a framework for building and hosting tool-enabled "pages" or APIs. Rigging can dynamically fetch the available tools from a running Robopages server and make them available to your language model. Use the `rigging.robopages` function to connect to a Robopages endpoint and retrieve its tools.