Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed Jun 28, 2024
1 parent 95c8da0 commit 5a303d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ To deploy the platform with recommended functionality, use the command below:
helm upgrade --install opentwins ertis/OpenTwins -n opentwins --wait --dependency-update
```

To modify the components to be deployed and connected during the installation, you can check the [installation via Helm](./installation/using-helm.md).
To modify the components to be deployed and connected during the installation, you can check the [installation via Helm](./installation/using-helm.mdx).

### Configuration
If you've correctly installed OpenTwins Helm using the default settings, all connections should be established.
The final step involves **configuring the platform interface plugin** by adding the addresses of the Eclipse Ditto nginx service and the Ditto Extended API component into the plugin's configuration section.
Check the [installation documentation](./installation/using-helm.md#configuration) for more details.
Check the [installation documentation](./installation/using-helm.mdx#configuration) for more details.


## Create your first digital twin
Expand Down

0 comments on commit 5a303d0

Please sign in to comment.