Skip to content

Commit c387afd

Browse files
committed
Fix links
1 parent ab86278 commit c387afd

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Running various samples requires access to the Kyma environment. There are also
9191

9292
| Name | Description | References |
9393
| ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
94-
| [MS SQL database](./database-mssql/README.md) | This sample demonstrates how to containerize and deploy an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-mssql-deployment.html) |
94+
| [PostgreSQL database](./database-postgres/README.md) | This sample demonstrates how to containerize and deploy an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-mssql-deployment.html) |
9595
| [Golang MS SQL database API](./api-mssql-go/README.md) | This sample provides a Golang API endpoint for communication with an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-api-mssql-golang.html) |
9696

9797
## Advanced Scenarios

helm-charts/api-mssql-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This chart installs the example [api-mssql-go](../api-mssql-go/README.md) as well as it's dependency [database-mssql](../database-mssql/README.md)
1+
This chart installs the example [api-mssql-go](../api-mssql-go/README.md) as well as it's dependency [database-postgres](../database-postgres/README.md)
22

33

44
## Installing the Chart

helm-charts/database-mssql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This chart installs the example [MSSQL Database](../database-mssql/README.md)
1+
This chart installs the example [MSSQL Database](../database-postgres/README.md)
22

33

44
## Installing the Chart

helm-charts/frontend-ui5-mssql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This chart installs the example [frontend-ui5-mssql](../frontend-ui5-mssql/README.md). Installing this chart will also install the charts [api-mssql-go](../api-mssql-go/README.md) and [database-mssql](../database-mssql/README.md)
1+
This chart installs the example [frontend-ui5-mssql](../frontend-ui5-mssql/README.md). Installing this chart will also install the charts [api-mssql-go](../api-mssql-go/README.md) and [database-mssql](../database-postgres/README.md)
22

33

44
## Installing the Chart

helm-charts/helm-charts-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ For more information see [helm](https://helm.sh/)
1616
## Samples
1717

1818
- [UI5 Frontend MSSQL](./frontend-ui5-mssql/README.md)
19-
- will also install dependent charts [Golang MSSQL Database API](./api-mssql-go/README.md) and [MSSQL Database](./database-mssql/README.md)
19+
- will also install dependent charts [Golang MSSQL Database API](./api-mssql-go/README.md) and [PostgreSQL Database](../database-postgres/README.md)
2020
- [Golang MSSQL Database API](./api-mssql-go/README.md)
21-
- will also install dependent chart [MSSQL Database](./database-mssql/README.md)
22-
- [MSSQL Database](./database-mssql/README.md)
21+
- will also install dependent chart [PostgreSQL Database](../database-postgres/README.md)
22+
- [Postgres Database](../database-postgres/README.md)
2323
- [Sample Event Trigger Java](./sample-event-trigger-java/README.md)
2424
- [Sample Extension Java](./sample-extension-java/README.md)
2525
- [Sample Extension .Net](./sample-extension-dotnet/README.md)

0 commit comments

Comments
 (0)