From 92ed1a4afca0635b01137fb9013180dbb30fec27 Mon Sep 17 00:00:00 2001 From: josh-wong <23216828+josh-wong@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:29:55 +0900 Subject: [PATCH] Revert "Update README.mdx" This reverts commit f911b425cf9f628cc7bdd1d90f8d14369275516f. --- versioned_docs/version-3.4/schema-loader/README.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-3.4/schema-loader/README.mdx b/versioned_docs/version-3.4/schema-loader/README.mdx index 83c5e7d7..b95e5740 100644 --- a/versioned_docs/version-3.4/schema-loader/README.mdx +++ b/versioned_docs/version-3.4/schema-loader/README.mdx @@ -143,7 +143,7 @@ Create/Delete JDBC schemas ### Create namespaces and tables -For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)): +For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)): ```console $ java -jar scalardb-schema-loader-.jar --config -f schema.json [--coordinator] ``` @@ -180,7 +180,7 @@ $ java -jar scalardb-schema-loader-.jar --jdbc -j -u ### Delete tables -For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)): +For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)): ```console $ java -jar scalardb-schema-loader-.jar --config -f schema.json [--coordinator] -D ```