Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to CLI docs from functions docs #599

Merged
merged 1 commit into from
Nov 1, 2023
Merged
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
4 changes: 2 additions & 2 deletions content/v1.14/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ this. The Crossplane CLI uses Docker Engine to run functions.


{{<hint "tip">}}
See the [Crossplane CLI docs](https://github.com/crossplane/docs/pull/584) to
See the [Crossplane CLI docs]({{<ref "../cli">}}) to
learn how to install and use the Crossplane CLI.
{{< /hint >}}

Expand Down Expand Up @@ -422,7 +422,7 @@ To write a composition function, you:
1. [Test the function](#test-a-composition-that-uses-functions).
1. Build the function, and push it to a package registry.

You use the [Crossplane CLI](https://github.com/crossplane/docs/pull/584) to
You use the [Crossplane CLI]({{<ref "../cli">}}) to
create, test, build, and push a function. For example,

```shell {copy-lines=none}
Expand Down