From 172758020cfdd4625585213113a0a513760cc0bf Mon Sep 17 00:00:00 2001 From: mvanwyk <2493311+mvanwyk@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:45:59 +0200 Subject: [PATCH] bug: fix incorrect mkdocs site_url (#1238) * bug: fix incorrect mkdocs site_url * bug: fix incorrect mkdocs repo_url Co-authored-by: Eduardo Chiarotti --------- Co-authored-by: Eduardo Chiarotti --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8d11351ea..cc5b4a97d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,8 +2,8 @@ site_name: crewAI site_author: crewAI, Inc site_description: Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks. repo_name: crewAI -repo_url: https://github.com/joaomdmoura/crewai/ -site_url: https://crewai.com +repo_url: https://github.com/crewAIInc/crewAI +site_url: https://docs.crewai.com edit_uri: edit/main/docs/ copyright: Copyright © 2024 crewAI, Inc