Skip to content

Commit 00f7c3e

Browse files
committed
Use the replicated repositories as default dataset
1 parent 466315d commit 00f7c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/variantsync/diffdetective/datasets/DefaultDatasets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DefaultDatasets {
1515
/**
1616
* Path to the markdown file with the links and metadata for each default dataset.
1717
*/
18-
public final static Path DEFAULT_DATASETS_FILE = Path.of("docs", "datasets.md");
18+
public final static Path DEFAULT_DATASETS_FILE = Path.of("docs", "replication", "datasets.md");
1919

2020
/**
2121
* Path to the markdown file with the links and metadata for Emacs only.

0 commit comments

Comments
 (0)