Skip to content

Commit 873ff26

Browse files
committed
chore(docs): fix links to changelogs in pyprojects
forgot the /tree/main part
1 parent a7a1634 commit 873ff26

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
homepage = "https://github.com/supabase/supabase-py/tree/main/src/auth"
2727
repository = "https://github.com/supabase/supabase-py"
2828
documentation = "https://github.com/supabase/supabase-py/tree/main/src/auth"
29-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
29+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3030

3131
# [project.scripts]
3232
# gh-download = "scripts.gh-download:main"

src/functions/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = [
2121

2222
[project.urls]
2323
repository = "https://github.com/supabase/supabase-py"
24-
homepage = "https://github.com/supabase/supabase/tree/main/src/functions"
25-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
24+
homepage = "https://github.com/supabase/supabase-py/tree/main/src/functions"
25+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
2626

2727
[dependency-groups]
2828
tests = [

src/postgrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
homepage = "https://github.com/supabase/supabase/tree/main/src/postgrest"
3333
repository = "https://github.com/supabase/supabase-py"
3434
documentation = "https://postgrest-py.rtfd.io"
35-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
35+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3636

3737
[dependency-groups]
3838
test = [

src/realtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
homepage = "https://github.com/supabase/supabase/tree/main/src/realime"
2424
repository = "https://github.com/supabase/supabase-py"
2525
documentation = "https://github.com/supabase/supabase/tree/main/src/realime"
26-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
26+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
2727

2828
[dependency-groups]
2929
tests = [

src/storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
documentation = "https://supabase.github.io/storage-py"
3333
homepage = "https://supabase.github.io/storage-py"
3434
repository = "https://github.com/supabase/supabase-py"
35-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
35+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3636

3737
[dependency-groups]
3838
lints = [

src/supabase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
homepage = "https://github.com/supabase/supabase-py"
3535
repository = "https://github.com/supabase/supabase-py"
3636
documentation = "https://github.com/supabase/supabase-py/src/supabase"
37-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
37+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3838

3939
[dependency-groups]
4040
dev = [

0 commit comments

Comments
 (0)