Skip to content

Commit

Permalink
Fix order and location of url
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Mar 25, 2024
1 parent 0d1067b commit ee9e4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ asciidoc:
pnpm_install_url: https://pnpm.io/installation
golang_install_url: https://go.dev/doc/install
serverless_logic_web_tools_url: https://start.kubesmarts.org/
swf_executor_core_maven_repo_url: https://mvnrepository.com/artifact/org.kie.kogito/kogito-serverless-workflow-executor-core
github_tokens_url: https://github.com/settings/tokens
openshift_developer_sandbox_url: https://developers.redhat.com/developer-sandbox
openshift_application_data_services_service_account_url: https://console.redhat.com/application-services/service-accounts
Expand All @@ -136,5 +137,4 @@ asciidoc:
#
data_index_xref: xref:data-index/data-index-core-concepts.adoc
job_service_xref: xref:job-services/core-concepts.adoc
swf_executor_core_maven_repo: https://mvnrepository.com/artifact/org.kie.kogito/kogito-serverless-workflow-executor-core

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The workflow definition to be executed can be read from a `.json` or `.yaml` fil
[[embedded-file-quick-start]]
== Hello world (using existing definition file)

The first step is to set up an empty Maven project that includes link:{swf_executor_core_maven_repo}[Workflow executor core] dependency.
The first step is to set up an empty Maven project that includes link:{swf_executor_core_maven_repo_url}[Workflow executor core] dependency.

This guide also uses [slf4j dependency](https://mvnrepository.com/artifact/org.slf4j/slf4j-simple) to avoid using `System.out.println`

Expand Down

0 comments on commit ee9e4d5

Please sign in to comment.