docs: correct firecrawl README paths to tools/firecrawl (#17239)

### Summary

`tools/firecrawl/README.md` documents the integration as living in
`intergrations/firecrawl`,

Co-authored-by: Muhammad Zuhaib Zahid <288755265+muhzuhaib@users.noreply.github.com>
This commit is contained in:
Muhammad Zuhaib Zahid
2026-07-22 14:06:21 +05:00
committed by GitHub
parent 58127f594c
commit 073fa123b3

View File

@@ -41,7 +41,7 @@ This integration implements the requirements from [Firecrawl Issue #2167](https:
## 📁 **File Structure**
```
intergrations/firecrawl/
tools/firecrawl/
├── __init__.py # Package initialization
├── firecrawl_connector.py # API communication with Firecrawl
├── firecrawl_config.py # Configuration management
@@ -144,7 +144,7 @@ The integration includes comprehensive testing:
```bash
# Run the test suite
cd intergrations/firecrawl
cd tools/firecrawl
python3 -c "
import sys
sys.path.append('.')