Skip to content

Commit 6d28ba8

Browse files
committed
chore(utils): fix url in project.urls
1 parent 40dc3b9 commit 6d28ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
[project.urls]
2525
homepage = "https://github.com/supabase/supabase-py"
2626
repository = "https://github.com/supabase/supabase-py"
27-
documentation = "https://github.com/supabase/supabase-py/src/utils"
27+
documentation = "https://github.com/supabase/supabase-py/tree/main/src/utils"
2828
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
2929

3030
[tool.mypy]

0 commit comments

Comments
 (0)