This is an automated email from the ASF dual-hosted git repository.
dhanak pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 251e74e68 [10.0.x] NO_ISSUE: Fix URL to use tagged operator.yaml for
10.0.0 (#715)
251e74e68 is described below
commit 251e74e68888cdaf22832b4b0deea1590a4e5a03
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Wed Mar 26 07:41:41 2025 +0100
[10.0.x] NO_ISSUE: Fix URL to use tagged operator.yaml for 10.0.0 (#715)
10.0.x - NO_ISSUE: Fix URL to use tagged opeator.yml for 10.0.0
---
serverlessworkflow/antora.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index 2209a73ad..7c31e72c9 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -110,7 +110,7 @@ asciidoc:
images_distributions_url:
https://kie.apache.org/docs/start/download#container-images
apple_support_url:
https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac
kogito_examples_repository_url:
https://github.com/apache/incubator-kie-kogito-examples
- kogito_operator_repository_rawcontent_url:
https://raw.githubusercontent.com/apache/incubator-kie-tools/refs/heads/{operator_version}/packages/sonataflow-operator
+ kogito_operator_repository_rawcontent_url:
https://raw.githubusercontent.com/apache/incubator-kie-tools/refs/tags/{kogito_version}/packages/sonataflow-operator
kogito_sw_examples_url:
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples
kogito_sw_operator_examples_url:
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-operator-examples
kogito_examples_url:
https://github.com/apache/incubator-kie-kogito-examples.git
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]