Skip to content

Commit 6e5875e

Browse files
authored
chore: fix urls in pyproject.toml (#101)
* chore: fix urls * Update pyproject.toml * Update pyproject.toml
1 parent 771a29c commit 6e5875e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ package-dir = {"" = "src"}
3535
version = {attr = "toolbox_langchain.version.__version__"}
3636

3737
[project.urls]
38-
Homepage = "https://github.com/googleapis/genai-toolbox-langchain-python"
38+
Homepage = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-langchain"
3939
Repository = "https://github.com/googleapis/genai-toolbox-langchain-python.git"
4040
"Bug Tracker" = "https://github.com/googleapis/genai-toolbox-langchain-python/issues"
41-
Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/CHANGELOG.md"
41+
Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-langchain/CHANGELOG.md"
4242

4343
[project.optional-dependencies]
4444
test = [

0 commit comments

Comments
 (0)