This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d33affcfa43243cebcf5638be4abe01d8016a8b8 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Mon Feb 15 14:19:08 2021 +0100 Update docs/generator/generator.go Co-authored-by: Zoran Regvart <zo...@regvart.com> --- docs/generator/generator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generator/generator.go b/docs/generator/generator.go index d963a66..6135e89 100644 --- a/docs/generator/generator.go +++ b/docs/generator/generator.go @@ -226,7 +226,7 @@ spec: content += "----\n" content += "\n" - content += "Make sure you have https://camel.apache.org/camel-k/latest/installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.\n" + content += "Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.\n" content += "\n" content += fmt.Sprintf("Save the `%s-binding.yaml` file into your hard drive, then configure it according to your needs.\n", k.Name) content += "\n"