Skip to content

Commit 17346a4

Browse files
committed
Use function-python, not function-template-python, in URLs
Signed-off-by: Nic Cope <[email protected]>
1 parent 154eef3 commit 17346a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies = [
2626
dynamic = ["version"]
2727

2828
[project.urls]
29-
Documentation = "https://github.com/crossplane/function-template-python#readme"
30-
Issues = "https://github.com/crossplane/function-template-python/issues"
31-
Source = "https://github.com/crossplane/function-template-python"
29+
Documentation = "https://github.com/crossplane-contrib/function-python#readme"
30+
Issues = "https://github.com/crossplane-contrib/function-python/issues"
31+
Source = "https://github.com/crossplane-contrib/function-python"
3232

3333
[project.scripts]
3434
function = "function.main:cli"

0 commit comments

Comments
 (0)