Skip to content

Commit 46b12f0

Browse files
committed
fixed links for javadoc
1 parent 24af3a5 commit 46b12f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation
4040
---
4141
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.
4242

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/)
4444

4545
Using JSONDiscoverer
4646
---
@@ -52,7 +52,7 @@ You can use the tool in three different ways:
5252

5353
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.
5454

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/).
5656

5757
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.
5858

0 commit comments

Comments
 (0)