You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Documentation
40
40
---
41
41
You can find further details about how the tool works in the [Inner Workings](http://som-research.uoc.edu/tools/jsonDiscoverer/#/doc) section of the webpage.
42
42
43
-
The generated javadoc is also available [here](http://som-research.uoc.edu/tools/jsonDiscoverer/#/javadoc)
43
+
The generated javadoc is also available [here](http://som-research.uoc.edu/tools/jsonDiscoverer/javadoc/)
44
44
45
45
Using JSONDiscoverer
46
46
---
@@ -52,7 +52,7 @@ You can use the tool in three different ways:
52
52
53
53
You can directly use the Java implementation of the discoverers provided in the `jsonDiscoverer` and `jsonDiscoverer.coverage` projects. You will also find the corresponding jar files in the root of these projects (you need both jars if you want to integrate our tool in you projects). Also, you can build the jars by using the Ant build file located at the root of the projects. The `build.xml` file defines a default target that will build the JAR file automatically.
54
54
55
-
To understand better how each class work you can have a look at the [inner workings](http://som-research.uoc.edu/tools/jsonDiscoverer/#/doc) section of the webpage. and the [javadoc documentation](http://som-research.uoc.edu/tools/jsonDiscoverer/#/javadoc).
55
+
To understand better how each class work you can have a look at the [inner workings](http://som-research.uoc.edu/tools/jsonDiscoverer/#/doc) section of the webpage. and the [javadoc documentation](http://som-research.uoc.edu/tools/jsonDiscoverer/javadoc/).
56
56
57
57
We also recomment you to have a look at project `jsonDiscoverer.examples`, where you will find some Java examples to use the discoverers and the toolset.
0 commit comments