Skip to content

Commit 591c286

Browse files
authored
Merge pull request #10 from negz/readme
Fix some stale URLs in README.md, pyproject.toml
2 parents f92104a + 17346a4 commit 591c286

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# function-python
22

3-
[![CI](https://github.com/negz/function-python/actions/workflows/ci.yml/badge.svg)](https://github.com/negz/function-python/actions/workflows/ci.yml)
3+
[![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)
44

55
A Crossplane composition function that lets you compose resources using Python.
66

@@ -67,4 +67,4 @@ YAML becomes unwieldy, consider building a Python function using
6767
[function-sdk-python]: https://github.com/crossplane/function-sdk-python
6868
[buf-types]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1
6969
[python-protobuf]: https://protobuf.dev/reference/python/python-generated/
70-
[function-template-python]: https://github.com/crossplane/function-template-python
70+
[function-template-python]: https://github.com/crossplane/function-template-python

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)