Skip to content

Commit

Permalink
Link to CLI docs from functions docs
Browse files Browse the repository at this point in the history
crossplane#595

During development the CLI docs were in a different branch from the
functions docs, so I linked to this PR as a placeholder. We can now link
to the real docs.

Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed Nov 1, 2023
1 parent 5dcc5b8 commit db3104f
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit db3104f

Please sign in to comment.