Skip to content

Commit 5eaebf6

Browse files
authored
Merge pull request #192 from viallikavoo/patch-1
Fix broken links in README.md
2 parents 211d292 + 318b774 commit 5eaebf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is the Function's input.
4747

4848
## Okay, but why?
4949

50-
There are a lot of good reasons to use a function to use a function to do P&T
50+
There are a lot of good reasons to use a function to do P&T
5151
composition. In fact, it's so compelling that the Crossplane maintainers are
5252
considering deprecating native P&T. See Crossplane issue [#4746] for details.
5353

@@ -189,9 +189,9 @@ $ crossplane xpkg build -f package --embed-runtime-image=runtime
189189
```
190190

191191
[Crossplane]: https://crossplane.io
192-
[docs-composition]: https://docs.crossplane.io/v1.14/getting-started/provider-aws-part-2/#create-a-deployment-template
193-
[docs-functions]: https://docs.crossplane.io/v1.14/concepts/composition-functions/
194-
[docs-pandt]: https://docs.crossplane.io/v1.14/concepts/patch-and-transform/
192+
[docs-composition]: https://docs.crossplane.io/latest/getting-started/provider-aws-part-2/#create-a-deployment-template
193+
[docs-functions]: https://docs.crossplane.io/latest/concepts/compositions/
194+
[docs-pandt]: https://docs.crossplane.io/latest/guides/function-patch-and-transform/
195195
[fn-go-templating]: https://github.com/crossplane-contrib/function-go-templating
196196
[#4617]: https://github.com/crossplane/crossplane/issues/4617
197197
[#4746]: https://github.com/crossplane/crossplane/issues/4746

0 commit comments

Comments
 (0)