Skip to content

Commit

Permalink
a few more links
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Apr 5, 2024
1 parent 1c75a05 commit d000232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ elasticsearch:

## Next steps

Use the custom values file to [deploy Camunda 8](../deploy.md) as usual:
Use the custom values file to [deploy Camunda 8](/self-managed/setup/overview.md) as usual:

```sh
helm install camunda camunda/camunda-platform -f existing-elasticsearch-values.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/self-managed/setup/guides/using-existing-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn how to use an AWS managed OpenSearch instance in Camunda 8 S

Camunda 8 Self-Managed has two different types of components: Camunda components (Operate, Optimize, Tasklist, etc.) and non-Camunda dependency components (such as Keycloak and Elasticsearch). For more details, review the [architecture](/self-managed/platform-architecture/overview.md) documentation for more information on the different types of applications.

This guide steps through using an existing AWS managed OpenSearch instance. By default, [Helm chart deployment](../deploy.md) creates a new Elasticsearch instance, but it's possible to use AWS managed OpenSearch instead.
This guide steps through using an existing AWS managed OpenSearch instance. By default, [Helm chart deployment](/self-managed/setup/overview.md) creates a new Elasticsearch instance, but it's possible to use AWS managed OpenSearch instead.

## Preparation

Expand Down Expand Up @@ -64,7 +64,7 @@ global:

## Next steps

Use the custom values file to [deploy Camunda 8](../deploy.md) as usual:
Use the custom values file to [deploy Camunda 8](/self-managed/setup/overview.md) as usual:

```sh
helm install camunda camunda/camunda-platform -f existing-elasticsearch-values.yaml
Expand Down

0 comments on commit d000232

Please sign in to comment.