diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 51669e46f57..461aceedfea 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -5,7 +5,7 @@ description = "Building applications with LLMs through composability" authors = [] license = "MIT" readme = "README.md" -repository = "https://www.github.com/hwchase17/langchain" +repository = "https://github.com/langchain-ai/langchain" [tool.poetry.dependencies] diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index e7bec570ddc..2553e374cfa 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -5,7 +5,7 @@ description = "Building applications with LLMs through composability" authors = [] license = "MIT" readme = "README.md" -repository = "https://www.github.com/hwchase17/langchain" +repository = "https://github.com/langchain-ai/langchain" [tool.poetry.scripts] langchain-server = "langchain.server:main"