From 2874ffbcc95739e899f5fdeea8ea63e5bef910ab Mon Sep 17 00:00:00 2001 From: Rip&Tear <84775494+theCyberTech@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:14:58 +0800 Subject: [PATCH] Update pyproject.toml More GH link updates --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9efd732cf..d167de959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ packages = [{ include = "crewai", from = "src" }] [tool.poetry.urls] Homepage = "https://crewai.com" -Documentation = "https://github.com/joaomdmoura/CrewAI/wiki/Index" -Repository = "https://github.com/joaomdmoura/crewai" +Documentation = "https://docs.crewai.com" +Repository = "https://github.com/crewAIInc/crewAI" [tool.poetry.dependencies] python = ">=3.10,<=3.13"