From 9c64ea6399e45111190d4b96ff3c59bb56e352d1 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Mon, 20 May 2024 11:01:38 +0200 Subject: [PATCH] Fixing python reference --- .../modules/ROOT/pages/core/custom-functions-support.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc b/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc index 5eff9a08b..62bdf7899 100644 --- a/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc +++ b/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc @@ -302,7 +302,7 @@ include::../../pages/_common-content/camel-valid-responses.adoc[] [[con-func-python]] == Python custom function -{product_name} implements a custom function to execute embedded Python scripts and functions. See xref:use-cases/advanced-developer-use-cases/integrations/custom-functions-knative.adoc[Invoking Python from {product_name}] +{product_name} implements a custom function to execute embedded Python scripts and functions. See xref:use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc[Invoking Python from {product_name}] [[con-func-knative]] == Knative custom function