Skip to content

Commit 9051367

Browse files
committed
Update link
1 parent 2c6a24d commit 9051367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

versioned_docs/version-3.7/scalardb-benchmarks/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ ./gradlew shadowJar
5959

6060
### Load the schema
6161

62-
Before loading the initial data, the tables must be defined by using the [ScalarDB Schema Loader](../schema-loader.mdx). To apply the schema, go to the [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases) page and download the ScalarDB Schema Loader that matches the version of ScalarDB that you are using to the `scalardb-benchmarks` root folder.
62+
Before loading the initial data, the tables must be defined by using the [ScalarDB Schema Loader](../schema-loader/README.mdx). To apply the schema, go to the [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases) page and download the ScalarDB Schema Loader that matches the version of ScalarDB that you are using to the `scalardb-benchmarks` root folder.
6363

6464
In addition, you need a properties file that contains database configurations for ScalarDB. For details about configuring the ScalarDB properties file, see [ScalarDB Configurations](../configurations.mdx).
6565

versioned_docs/version-3.7/scalardb-graphql/aws-deployment-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this document, a placeholder cluster name `<your-cluster-name>` will be used
2626

2727
We need to load a database schema to the database before starting ScalarDB GraphQL.
2828

29-
Here is an example for DynamoDB. For other databases and more detailed instructions, please refer to the [ScalarDB Schema Loader](../schema-loader.mdx).
29+
Here is an example for DynamoDB. For other databases and more detailed instructions, please refer to the [ScalarDB Schema Loader](../schema-loader/README.mdx).
3030

3131
1. Create a `database.properties` configuration file for DynamoDB
3232

@@ -37,7 +37,7 @@ Here is an example for DynamoDB. For other databases and more detailed instructi
3737
scalar.db.storage=dynamo
3838
```
3939

40-
2. Create a `schema.json` file. Please refer to the sample in the [ScalarDB Schema Loader](../schema-loader.mdx) document.
40+
2. Create a `schema.json` file. Please refer to the sample in the [ScalarDB Schema Loader](../schema-loader/README.mdx) document.
4141

4242
3. Load the schema to the database with ScalarDB Schema Loader
4343

0 commit comments

Comments
 (0)