Skip to content

Commit d519a90

Browse files
committed
update README for latest crossplane version
fix broken links, rename `crossplane beta render` to `crossplane render` Signed-off-by: Alex Rovner <[email protected]>
1 parent 2924b4c commit d519a90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ See the [example](example) directory for examples that you can run locally using
101101
the Crossplane CLI:
102102

103103
```shell
104-
$ crossplane beta render xr.yaml composition.yaml functions.yaml
104+
$ crossplane render xr.yaml composition.yaml functions.yaml
105105
```
106106

107107
See the [composition functions documentation][docs-functions] to learn more
108-
about `crossplane beta render`.
108+
about `crossplane render`.
109109

110110
### ExtraResources
111111

@@ -350,7 +350,8 @@ $ docker build . --tag=runtime
350350
$ crossplane xpkg build -f package --embed-runtime-image=runtime
351351
```
352352

353-
[docs-functions]: https://docs.crossplane.io/v1.14/concepts/composition-functions/
353+
[docs-functions]: https://docs.crossplane.io/latest/concepts/compositions/#create-a-composition
354+
[docs-functions-testing]: https://docs.crossplane.io/latest/concepts/compositions/#test-a-composition
354355
[go-templates]: https://pkg.go.dev/text/template
355356
[helm-chart]: https://helm.sh/docs/chart_template_guide/getting_started/
356357
[bsr]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1beta1#apiextensions.fn.proto.v1beta1.RunFunctionRequest

0 commit comments

Comments
 (0)