From 5290d97574bb85b8c7ffd5a63abc60db1fbe638e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 10:15:22 -0800 Subject: [PATCH] Docs: fix web tools MDX links --- docs/tools/web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/web.md b/docs/tools/web.md index c87638b8d86..01128bf0f05 100644 --- a/docs/tools/web.md +++ b/docs/tools/web.md @@ -55,7 +55,7 @@ Use `openclaw configure --section web` to set up your API key and choose a provi ### Perplexity Search -1. Create a Perplexity account at +1. Create a Perplexity account at [perplexity.ai/settings/api](https://www.perplexity.ai/settings/api) 2. Generate an API key in the dashboard 3. Run `openclaw configure --section web` to store the key in config, or set `PERPLEXITY_API_KEY` in your environment. @@ -63,7 +63,7 @@ See [Perplexity Search API Docs](https://docs.perplexity.ai/guides/search-quicks ### Brave Search -1. Create a Brave Search API account at +1. Create a Brave Search API account at [brave.com/search/api](https://brave.com/search/api/) 2. In the dashboard, choose the **Data for Search** plan (not "Data for AI") and generate an API key. 3. Run `openclaw configure --section web` to store the key in config (recommended), or set `BRAVE_API_KEY` in your environment.