Skip to content

Commit fe116bd

Browse files
committed
chore(pyproject): fix project URLs
1 parent 2ebb1f5 commit fe116bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies = [
1818
]
1919

2020
[project.urls]
21-
code = "https://github.com/compilerla/admin"
22-
tracker = "https://github.com/compilerla/admin/issues"
21+
code = "https://github.com/compilerla/compiler-admin"
22+
tracker = "https://github.com/compilerla/compiler-admin/issues"
2323

2424
[project.optional-dependencies]
2525
dev = [

0 commit comments

Comments
 (0)