Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/edge/ar/tools/web-scraping/hyperbrowserloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def web_researcher(self) -> Agent:
## المعاملات المدعومة

للحصول على معلومات مفصلة حول جميع المعاملات المدعومة، قم بزيارة:
- [معاملات الاستخراج](https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait)
- [معاملات الاستخراج](https://www.hyperbrowser.ai/docs/home)
- [معاملات الزحف](https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait)
Comment on lines +75 to 76

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify crawl URL status
curl -s -o /dev/null -w "%{http_code}" "https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait"
echo ""
curl -s -o /dev/null -w "%{http_code}" "https://www.hyperbrowser.ai/docs/home"
echo ""

Repository: crewAIInc/crewAI

Length of output: 162


Update the crawl parameters link as the old URL returns a permanent redirect.

The crawl link on Line 76 (https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait) returns a 308 Permanent Redirect, confirming it is unstable and inconsistent with the fix applied to the scrape link. Replace it with a valid documentation URL, such as the main Hyperbrowser documentation page, to ensure users reach stable content.

Current code at Line 76
- [معاملات الزحف](https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/edge/ar/tools/web-scraping/hyperbrowserloadtool.mdx` around lines 75 -
76, The crawl parameters link in the Hyperbrowser docs is still pointing to a
URL that redirects permanently, so update the markdown link in the
HyperbrowserLoadTool content to a stable documentation destination. Use the
existing scrape link and the crawl link entry in the same list as the place to
change, and replace the crawl URL with a valid main Hyperbrowser docs page or
another non-redirecting canonical page.


## تنسيق الإرجاع
Expand Down
2 changes: 1 addition & 1 deletion docs/edge/en/tools/web-scraping/hyperbrowserloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The `HyperbrowserLoadTool` accepts the following parameters:
## Supported Parameters

For detailed information on all supported parameters, visit:
- [Scrape Parameters](https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait)
- [Scrape Parameters](https://www.hyperbrowser.ai/docs/home)
- [Crawl Parameters](https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait)

## Return Format
Expand Down
2 changes: 1 addition & 1 deletion docs/edge/ko/tools/web-scraping/hyperbrowserloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def web_researcher(self) -> Agent:
## 지원되는 파라미터

지원되는 모든 파라미터에 대한 자세한 정보는 다음을 방문하세요:
- [스크래핑 파라미터](https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait)
- [스크래핑 파라미터](https://www.hyperbrowser.ai/docs/home)
- [크롤링 파라미터](https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait)

## 반환 형식
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ O `HyperbrowserLoadTool` aceita os seguintes parâmetros:
## Parâmetros Suportados

Para informações detalhadas sobre todos os parâmetros suportados, acesse:
- [Parâmetros de Scrape](https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait)
- [Parâmetros de Scrape](https://www.hyperbrowser.ai/docs/home)
- [Parâmetros de Crawl](https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait)

## Formato de Retorno
Expand Down