mirror of https://github.com/crossplane/docs.git
Replace one last reference to pull/584 with a real CLI docs link (#603)
This commit is contained in:
parent
68a8cd9122
commit
bce3572b8e
|
@ -422,7 +422,7 @@ To write a composition function, you:
|
||||||
1. [Test the function](#test-a-composition-that-uses-functions).
|
1. [Test the function](#test-a-composition-that-uses-functions).
|
||||||
1. Build the function, and push it to a package registry.
|
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,
|
create, test, build, and push a function. For example,
|
||||||
|
|
||||||
```shell {copy-lines=none}
|
```shell {copy-lines=none}
|
||||||
|
|
Loading…
Reference in New Issue