Skip to content

Commit ec59da5

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1141)
Co-authored-by: josh-wong <[email protected]>
1 parent e14b8fd commit ec59da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scalardb-cluster/getting-started-with-scalardb-cluster-dotnet.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ displayed_sidebar: docsEnglish
77

88
# Getting Started with ScalarDB Cluster via .NET
99

10-
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](index.mdx) through the .NET API.
10+
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](./index.mdx) through the .NET API.
1111

1212
## Overview
1313

@@ -23,7 +23,7 @@ The following diagram shows the system architecture of the sample application:
2323

2424
```mermaid
2525
stateDiagram-v2
26-
state "Sample application using the .NET API<br/>(indirect client mode)" as SA
26+
state "Sample application using the .NET API" as SA
2727
state "Kubernetes Cluster" as KC
2828
state "Service (Envoy)" as SE
2929
state "Pod" as P1
@@ -88,7 +88,7 @@ The sample application supports the following types of transactions:
8888

8989
:::note
9090

91-
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements#net)
91+
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements.mdx#net)
9292

9393
:::
9494

0 commit comments

Comments
 (0)