Skip to content

Commit a00bc77

Browse files
committed
Use function-python, not function-template-python, in URLs
Signed-off-by: Nic Cope <nicc@rk0n.org>
1 parent 154eef3 commit a00bc77

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/function-python#readme"
30+
Issues = "https://github.com/crossplane/function-python/issues"
31+
Source = "https://github.com/crossplane/function-python"
3232

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

0 commit comments

Comments
 (0)