Skip to content

Commit e2bc1df

Browse files
committed
fix part of broken links
1 parent 9b664a9 commit e2bc1df

File tree

17 files changed

+18
-15
lines changed

17 files changed

+18
-15
lines changed

docs/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide provides a user-friendly approach for setting up and managing Amazon
1414

1515
- An [AWS account](https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html) is required to create resources within AWS.
1616
- [AWS CLI (2.11+)](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), a CLI tool for creating AWS resources.
17-
- [eksctl (0.163+)](https://eksctl.io/setup/), a CLI tool for creating and managing Amazon EKS clusters.
17+
- [eksctl (0.163+)](https://eksctl.io/getting-started/), a CLI tool for creating and managing Amazon EKS clusters.
1818
- [kubectl (1.28+)](https://kubernetes.io/docs/tasks/tools/#kubectl), a CLI tool to interact with the cluster.
1919

2020
## Considerations

docs/self-managed/setup/deploy/openshift/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You also need to use a custom values file, where instead of using `null` as a va
205205
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
206206

207207
:::note
208-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
208+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
209209
:::
210210

211211
```yaml

lychee-external-links.toml

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ max_concurrency = 3
1111
# Explicitly exclude some URLs
1212
exclude = [
1313
"^file:",
14+
"^http(s)?:\/\/optimize\.myorg",
15+
"^http(s)?://identity:8084",
16+
"^http(s)?://keycloak:8080",
1417
]

versioned_docs/version-1.3/.lycheeignore

Whitespace-only changes.

versioned_docs/version-8.1/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

versioned_docs/version-8.1/self-managed/platform-deployment/helm-kubernetes/platforms/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You also need to use a custom values file, where instead of using `null` as a va
205205
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
206206

207207
:::note
208-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
208+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
209209
:::
210210

211211
```yaml

versioned_docs/version-8.2/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

versioned_docs/version-8.2/self-managed/platform-deployment/helm-kubernetes/platforms/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ You also need to use a custom values file, where instead of using `null` as a va
208208
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
209209

210210
:::note
211-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
211+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
212212
:::
213213

214214
```yaml

versioned_docs/version-8.3/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

versioned_docs/version-8.3/self-managed/platform-deployment/helm-kubernetes/platforms/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ You also need to use a custom values file, where instead of using `null` as a va
207207
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
208208

209209
:::note
210-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
210+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
211211
:::
212212

213213
```yaml

versioned_docs/version-8.4/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/amazon-eks/eksctl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide provides a user-friendly approach for setting up and managing Amazon
1414

1515
- An [AWS account](https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html) is required to create resources within AWS.
1616
- [AWS CLI (2.11+)](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), a CLI tool for creating AWS resources.
17-
- [eksctl (0.163+)](https://eksctl.io/setup/), a CLI tool for creating and managing Amazon EKS clusters.
17+
- [eksctl (0.163+)](https://eksctl.io/getting-started/), a CLI tool for creating and managing Amazon EKS clusters.
1818
- [kubectl (1.28+)](https://kubernetes.io/docs/tasks/tools/#kubectl), a CLI tool to interact with the cluster.
1919

2020
## Considerations

versioned_docs/version-8.4/self-managed/platform-deployment/helm-kubernetes/platforms/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ You also need to use a custom values file, where instead of using `null` as a va
207207
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
208208

209209
:::note
210-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
210+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
211211
:::
212212

213213
```yaml

versioned_docs/version-8.5/components/best-practices/development/service-integration-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table gives a summary of the three options:
2323
| **Technical communication style** | Synchronous | Asynchronous | Asynchronous |
2424
| **Example** | HTTP | AMQP, JMS | AMQP, Apache Kafka |
2525

26-
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://medium.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
26+
You can dive more into communication styles in the webinar [Communication Between Loosely Coupled Microservices](https://page.camunda.com/wb-communication-between-microservices) ([slides](https://www.slideshare.net/BerndRuecker/webinar-communication-between-loosely-coupled-microservices), [recording](https://page.camunda.com/wb-communication-between-microservices) and [FAQ](https://blog.bernd-ruecker.com/communication-between-loosely-coupled-microservices-webinar-faq-a02708b3c8b5)).
2727

2828
## Integrating services with BPMN tasks
2929

versioned_docs/version-8.5/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide provides a user-friendly approach for setting up and managing Amazon
1414

1515
- An [AWS account](https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html) is required to create resources within AWS.
1616
- [AWS CLI (2.11+)](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), a CLI tool for creating AWS resources.
17-
- [eksctl (0.163+)](https://eksctl.io/setup/), a CLI tool for creating and managing Amazon EKS clusters.
17+
- [eksctl (0.163+)](https://eksctl.io/getting-started/), a CLI tool for creating and managing Amazon EKS clusters.
1818
- [kubectl (1.28+)](https://kubernetes.io/docs/tasks/tools/#kubectl), a CLI tool to interact with the cluster.
1919

2020
## Considerations

versioned_docs/version-8.5/self-managed/setup/deploy/openshift/redhat-openshift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You also need to use a custom values file, where instead of using `null` as a va
205205
Copy these values to your values file or save them as a separate file, e.g. `openshift.yaml`:
206206

207207
:::note
208-
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/openshift/values-patch.yaml).
208+
These values are also available in the [Camunda Helm chart repository](https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/openshift/values.yaml).
209209
:::
210210

211211
```yaml

0 commit comments

Comments
 (0)