Skip to content

Commit 92ed1a4

Browse files
committed
Revert "Update README.mdx"
This reverts commit f911b42.
1 parent f911b42 commit 92ed1a4

File tree

1 file changed

+2
-2
lines changed
  • versioned_docs/version-3.4/schema-loader

1 file changed

+2
-2
lines changed

versioned_docs/version-3.4/schema-loader/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Create/Delete JDBC schemas
143143

144144
### Create namespaces and tables
145145

146-
For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)):
146+
For using a config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)):
147147
```console
148148
$ java -jar scalardb-schema-loader-<version>.jar --config <PATH_TO_CONFIG_FILE> -f schema.json [--coordinator]
149149
```
@@ -180,7 +180,7 @@ $ java -jar scalardb-schema-loader-<version>.jar --jdbc -j <JDBC URL> -u <USER>
180180

181181
### Delete tables
182182

183-
For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/master/conf/database.properties)):
183+
For using config file (Sample config file can be found [here](https://github.com/scalar-labs/scalardb/blob/3.4/conf/database.properties)):
184184
```console
185185
$ java -jar scalardb-schema-loader-<version>.jar --config <PATH_TO_CONFIG_FILE> -f schema.json [--coordinator] -D
186186
```

0 commit comments

Comments
 (0)