From 073fa123b3c36a721410c4f95901861100fbf011 Mon Sep 17 00:00:00 2001 From: Muhammad Zuhaib Zahid Date: Wed, 22 Jul 2026 14:06:21 +0500 Subject: [PATCH] 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> --- tools/firecrawl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firecrawl/README.md b/tools/firecrawl/README.md index c48fff356d..06255e929a 100644 --- a/tools/firecrawl/README.md +++ b/tools/firecrawl/README.md @@ -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('.')