Skip to content

Commit 5cfff9c

Browse files
committed
set src code pointers to force-committed javadoc
1 parent c8ae488 commit 5cfff9c

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ In this work, we used DiffDetective to classify the effect of edits on the varia
5555
Our replication package and further information can be found in the [README](replication/esecfse22/README.md) file in the respective directory (`replication/esecfse22`).
5656

5757

58-
[documentation]: https://variantsync.github.io/DiffDetective/docs/javadoc/
58+
[documentation]: https://htmlpreview.github.io/?https://github.com/VariantSync/DiffDetective/blob/splc23-views/docs/javadoc/index.html
5959
[website]: https://variantsync.github.io/DiffDetective/

replication/splc23-views/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Views on Edits to Variational Software
22

3-
[//]: # (![Maven](https://github.com/VariantSync/DiffDetective/actions/workflows/maven.yml/badge.svg))
4-
[//]: # ([![Documentation](https://img.shields.io/badge/Documentation-Read-purple)][documentation])
5-
[//]: # ([![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7110095.svg)](https://doi.org/10.5281/zenodo.7110095))
3+
[![Documentation](https://img.shields.io/badge/Documentation-Read-purple)][documentation]
64
[![Install](https://img.shields.io/badge/Install-Instructions-blue)](INSTALL.md)
75
[![License](https://img.shields.io/badge/License-GNU%20LGPLv3-blue)](../../LICENSE.LGPL3)
86

@@ -39,10 +37,11 @@ We offer a [Docker](https://www.docker.com/) setup to replicate the feasibility
3937
**Troubleshooting advice** for frequent errors can be found at the bottom of the [INSTALL.md](INSTALL.md) file.
4038

4139
[appendix]: ../../appendix/appendix-splc23-views.pdf
42-
43-
[pkg-treeview]: ../../src/main/java/org/variantsync/diffdetective/variation/tree/view
44-
[pkg-diffview]: ../../src/main/java/org/variantsync/diffdetective/variation/diff/view
45-
[pkg-relevance]: ../../src/main/java/org/variantsync/diffdetective/variation/tree/view/relevance
46-
[pkg-feasibilityexperiment]: ../../src/main/java/org/variantsync/diffdetective/experiments/views
47-
[cls-diffview]: ../../src/main/java/org/variantsync/diffdetective/variation/diff/view/DiffView.java
48-
[cls-feasibilitymain]: ../../src/main/java/org/variantsync/diffdetective/experiments/views/Main.java
40+
[documentation]: https://htmlpreview.github.io/?https://github.com/VariantSync/DiffDetective/blob/splc23-views/docs/javadoc/index.html
41+
42+
[pkg-treeview]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/variation/tree/view/package-summary.html
43+
[pkg-diffview]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/variation/diff/view/package-summary.html
44+
[pkg-relevance]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/variation/tree/view/relevance/package-summary.html
45+
[pkg-feasibilityexperiment]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/experiments/views/package-summary.html
46+
[cls-diffview]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/variation/diff/view/DiffView.html
47+
[cls-feasibilitymain]: https://htmlpreview.github.io/?https://raw.githubusercontent.com/VariantSync/DiffDetective/splc23-views/docs/javadoc/org/variantsync/diffdetective/experiments/views/Main.html

0 commit comments

Comments
 (0)