diff --git a/README.md b/README.md index d464791..9b098bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # function-python -[![CI](https://github.com/negz/function-python/actions/workflows/ci.yml/badge.svg)](https://github.com/negz/function-python/actions/workflows/ci.yml) +[![CI](https://github.com/crossplane-contrib/function-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane-contrib/function-python/actions/workflows/ci.yml) A Crossplane composition function that lets you compose resources using Python. @@ -67,4 +67,4 @@ YAML becomes unwieldy, consider building a Python function using [function-sdk-python]: https://github.com/crossplane/function-sdk-python [buf-types]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1 [python-protobuf]: https://protobuf.dev/reference/python/python-generated/ -[function-template-python]: https://github.com/crossplane/function-template-python \ No newline at end of file +[function-template-python]: https://github.com/crossplane/function-template-python diff --git a/pyproject.toml b/pyproject.toml index fddd1f7..2b6bba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Documentation = "https://github.com/crossplane/function-template-python#readme" -Issues = "https://github.com/crossplane/function-template-python/issues" -Source = "https://github.com/crossplane/function-template-python" +Documentation = "https://github.com/crossplane-contrib/function-python#readme" +Issues = "https://github.com/crossplane-contrib/function-python/issues" +Source = "https://github.com/crossplane-contrib/function-python" [project.scripts] function = "function.main:cli"