From dada9f140f1f8e71cd5a074c60c4ab538cbf44fb Mon Sep 17 00:00:00 2001 From: ZhangYier Date: Tue, 2 Sep 2025 22:29:40 +0800 Subject: [PATCH] fix: README.md example link 404 (#3432) Co-authored-by: Tony Kipkemboi --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 808c3d538..3d3eb3324 100644 --- a/README.md +++ b/README.md @@ -418,10 +418,10 @@ Choose CrewAI to easily build powerful, adaptable, and production-ready AI autom You can test different real life examples of AI crews in the [CrewAI-examples repo](https://github.com/crewAIInc/crewAI-examples?tab=readme-ov-file): -- [Landing Page Generator](https://github.com/crewAIInc/crewAI-examples/tree/main/landing_page_generator) +- [Landing Page Generator](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/landing_page_generator) - [Having Human input on the execution](https://docs.crewai.com/how-to/Human-Input-on-Execution) -- [Trip Planner](https://github.com/crewAIInc/crewAI-examples/tree/main/trip_planner) -- [Stock Analysis](https://github.com/crewAIInc/crewAI-examples/tree/main/stock_analysis) +- [Trip Planner](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/trip_planner) +- [Stock Analysis](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/stock_analysis) ### Quick Tutorial @@ -429,19 +429,19 @@ You can test different real life examples of AI crews in the [CrewAI-examples re ### Write Job Descriptions -[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/job-posting) or watch a video below: +[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/job-posting) or watch a video below: [![Jobs postings](https://img.youtube.com/vi/u98wEMz-9to/maxresdefault.jpg)](https://www.youtube.com/watch?v=u98wEMz-9to "Jobs postings") ### Trip Planner -[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/trip_planner) or watch a video below: +[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/trip_planner) or watch a video below: [![Trip Planner](https://img.youtube.com/vi/xis7rWp-hjs/maxresdefault.jpg)](https://www.youtube.com/watch?v=xis7rWp-hjs "Trip Planner") ### Stock Analysis -[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/stock_analysis) or watch a video below: +[Check out code for this example](https://github.com/crewAIInc/crewAI-examples/tree/main/crews/stock_analysis) or watch a video below: [![Stock Analysis](https://img.youtube.com/vi/e0Uj4yWdaAg/maxresdefault.jpg)](https://www.youtube.com/watch?v=e0Uj4yWdaAg "Stock Analysis")