Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ See the [example](example) directory for examples that you can run locally using
the Crossplane CLI:

```shell
$ crossplane beta render xr.yaml composition.yaml functions.yaml
$ crossplane render xr.yaml composition.yaml functions.yaml
```

See the [composition functions documentation][docs-functions] to learn more
about `crossplane beta render`.
See the [composition functions documentation][docs-functions-testing] to learn more
about `crossplane render`.

### ExtraResources

Expand Down Expand Up @@ -350,7 +350,8 @@ $ docker build . --tag=runtime
$ crossplane xpkg build -f package --embed-runtime-image=runtime
```

[docs-functions]: https://docs.crossplane.io/v1.14/concepts/composition-functions/
[docs-functions]: https://docs.crossplane.io/latest/concepts/compositions/#create-a-composition
[docs-functions-testing]: https://docs.crossplane.io/latest/concepts/compositions/#test-a-composition
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two docs links seem to have changed with the latest release

[go-templates]: https://pkg.go.dev/text/template
[helm-chart]: https://helm.sh/docs/chart_template_guide/getting_started/
[bsr]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1beta1#apiextensions.fn.proto.v1beta1.RunFunctionRequest
Expand Down