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/stagehandtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mode: "wide"

# نظرة عامة

تدمج أداة `StagehandTool` إطار عمل [Stagehand](https://docs.stagehand.dev/get_started/introduction) مع CrewAI، مما يتيح للوكلاء التفاعل مع المواقع الإلكترونية وأتمتة مهام المتصفح باستخدام تعليمات بلغة طبيعية.
تدمج أداة `StagehandTool` إطار عمل [Stagehand](https://docs.stagehand.dev/v3/first-steps/introduction) مع CrewAI، مما يتيح للوكلاء التفاعل مع المواقع الإلكترونية وأتمتة مهام المتصفح باستخدام تعليمات بلغة طبيعية.

## نظرة عامة

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/en/tools/web-scraping/stagehandtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mode: "wide"

# Overview

The `StagehandTool` integrates the [Stagehand](https://docs.stagehand.dev/get_started/introduction) framework with CrewAI, enabling agents to interact with websites and automate browser tasks using natural language instructions.
The `StagehandTool` integrates the [Stagehand](https://docs.stagehand.dev/v3/first-steps/introduction) framework with CrewAI, enabling agents to interact with websites and automate browser tasks using natural language instructions.

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 | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Find any remaining references to the old Stagehand docs URL.

# Test: Search for old URL pattern across docs. Expect: No matches (or identified for follow-up).
rg -n "docs.stagehand.dev/get_started/introduction" docs/
# Also check for any other Stagehand doc URL patterns that might need updating
rg -n "docs.stagehand.dev" docs/ | grep -v "v3/first-steps/introduction"

Repository: crewAIInc/crewAI

Length of output: 42198


Update remaining stale Stagehand documentation links across all versioned directories.

Numerous files in docs/v1.10.0 through docs/v1.15.0 across all locales (en, pt-BR, ko, ar) still reference the deprecated URL docs.stagehand.dev/get_started/introduction. Ensure these versioned docs are updated to v3/first-steps/introduction to prevent broken links for users viewing historical versions.

🤖 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/en/tools/web-scraping/stagehandtool.mdx` at line 11, Update the
remaining stale Stagehand links in the versioned docs so they all point to the
current Stagehand introduction URL. Search the affected versioned directories
and locales for the deprecated docs.stagehand.dev/get_started/introduction
reference, and replace it with docs.stagehand.dev/v3/first-steps/introduction.
Keep the fix consistent across the StagehandTool-related markdown files and any
other docs entries using the old link.


## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/ko/tools/web-scraping/stagehandtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mode: "wide"

# 개요

`StagehandTool`은 [Stagehand](https://docs.stagehand.dev/get_started/introduction) 프레임워크를 CrewAI와 통합하여 에이전트가 자연어 지시를 사용해 웹사이트와 상호작용하고 브라우저 작업을 자동화할 수 있도록 합니다.
`StagehandTool`은 [Stagehand](https://docs.stagehand.dev/v3/first-steps/introduction) 프레임워크를 CrewAI와 통합하여 에이전트가 자연어 지시를 사용해 웹사이트와 상호작용하고 브라우저 작업을 자동화할 수 있도록 합니다.

## 개요

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/pt-BR/tools/web-scraping/stagehandtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mode: "wide"

# Visão Geral

A `StagehandTool` integra o framework [Stagehand](https://docs.stagehand.dev/get_started/introduction) com o CrewAI, permitindo que agentes interajam com sites e automatizem tarefas no navegador utilizando instruções em linguagem natural.
A `StagehandTool` integra o framework [Stagehand](https://docs.stagehand.dev/v3/first-steps/introduction) com o CrewAI, permitindo que agentes interajam com sites e automatizem tarefas no navegador utilizando instruções em linguagem natural.

## Visão Geral

Expand Down