From e482ab1f52e81a8af0941f12364bba8e6f4be196 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:42:17 +0530 Subject: [PATCH] fix(docs): correct two broken Hyperbrowser SDK reference links The /reference/sdks/python/scrape and /reference/sdks/python/crawl paths both 404. Hyperbrowser restructured under /docs/* with the landing page at /docs/home. --- .../src/crewai_tools/tools/hyperbrowser_load_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crewai-tools/src/crewai_tools/tools/hyperbrowser_load_tool/README.md b/lib/crewai-tools/src/crewai_tools/tools/hyperbrowser_load_tool/README.md index e95864f5ac..7771b96c5f 100644 --- a/lib/crewai-tools/src/crewai_tools/tools/hyperbrowser_load_tool/README.md +++ b/lib/crewai-tools/src/crewai_tools/tools/hyperbrowser_load_tool/README.md @@ -39,4 +39,4 @@ tool = HyperbrowserLoadTool() `run` arguments: - `url`: The base URL to start scraping or crawling from. - `operation`: Optional. Specifies the operation to perform on the website. Either 'scrape' or 'crawl'. Defaults is 'scrape'. -- `params`: Optional. Specifies the params for the operation. For more information on the supported params, visit https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait or https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait. +- `params`: Optional. Specifies the params for the operation. For more information on the supported params, visit https://www.hyperbrowser.ai/docs/home or https://docs.hyperbrowser.ai.