Skip to content

Commit c1dc88f

Browse files
authored
Update README.md
1 parent aabf914 commit c1dc88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ Caused by: java.lang.UnsatisfiedLinkError: no libsqlite4java-osx-1.0.392 in java
132132
SEVERE: [sqlite] SQLiteQueue[]: stopped abnormally, reincarnation is not possible for in-memory database
133133
```
134134

135-
The example contains a simple `AwsDynamoDbHelper` class that can be used for initializing this property for DynamoDB at runtime, so it will work from both your IDE and from Gradle.
135+
The example contains a simple [`AwsDynamoDbHelper`](src/test/java/io/redskap/java/aws/dynamodb/example/local/testing/AwsDynamoDbHelper.java) class that can be used for initializing this property for DynamoDB at runtime, so it will work from both your IDE and from Gradle.
136136

137-
You only need to call `AwsDynamoDbHelper.initSqLite()` before you plan to use the local database. If the property is already initialized, the call will skip initialization.
137+
You only need to call [`AwsDynamoDbHelper#initSqLite()`](src/test/java/io/redskap/java/aws/dynamodb/example/local/testing/AwsDynamoDbHelper.java#L17) before you plan to use the local database. If the property is already initialized, the call will skip initialization.
138138

139-
There is an example test, that uses the local database. The test calls the initialization at the `@BeforeClass` setUp method: `io.redskap.java.aws.dynamodb.example.local.testing.SimpleCrudTest`
139+
There is an example test, that uses the local database. The test calls the initialization at the `@BeforeClass` setUp method [`SimpleCrudTest`](src/test/java/io/redskap/java/aws/dynamodb/example/local/testing/SimpleCrudTest.java#L19)
140140

141141
## Build
142142

@@ -168,4 +168,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
168168
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
169169
See the License for the specific language governing permissions and
170170
limitations under the License.
171-
```
171+
```

0 commit comments

Comments
 (0)