Skip to content

Commit 26e1f9e

Browse files
authored
Merge pull request #4 from codeweb/patch-2
Wrong link to samples
2 parents 24eccfe + 7cd7a23 commit 26e1f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ include::{testdir}/DatabaseRiderCoreTest.java[tags=declaration;sample]
126126
<3> The dataSet configuration itself, https://github.com/database-rider/database-rider/blob/master/core/src/main/java/com/github/database/riderapi/dataset/DataSet.java#L14[see here^] for all available configuration options. Note that you can provide a comma separated list of datasets names here.
127127
<4> *em()* is a shortcut (`import static com.github.database.rider.core.util.EntityManagerProvider.em;`) for the EntityManager that was initialized by EntityManagerProvider rule.
128128

129-
TIP: There is a lot of https://github.com/database-rider/database-rider/tree/master/core/src/test/java/com/github/database/rider[example tests here^].
129+
TIP: There is a lot of https://github.com/database-rider/database-rider/tree/master/rider-core/src/test/java/com/github/database/rider/core[example tests here^].
130130

131131
== Transactions
132132

0 commit comments

Comments
 (0)