Repare broken links from overview

Signed-off-by: tvallin <thibault.vallin@oracle.com>
diff --git a/api/src/main/javadoc/overview.html b/api/src/main/javadoc/overview.html
index 9b7517b..2b82208 100644
--- a/api/src/main/javadoc/overview.html
+++ b/api/src/main/javadoc/overview.html
@@ -1,7 +1,7 @@
 <html>
 <!--
 
-    Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
+    Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v. 2.0, which is available at
@@ -52,13 +52,13 @@
 application code controls the thread and calls methods in the parser interface
 to move the parser forward or to obtain JSON data from the current state of
 the parser. Refer to
-<a href="jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
+<a href="jakarta.json/jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
 for more details.
 
 <p>{@code JsonGenerator} provides methods to write JSON to a stream. The
 generator writes name/value pairs in JSON objects and values in JSON arrays.
 Refer to
-<a href="jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
+<a href="jakarta.json/jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
 example</a> for more details.
 
 <p>The streaming API is a low-level API designed to process large amounts of
@@ -79,22 +79,22 @@
 Application code can use the interface {@link jakarta.json.JsonObjectBuilder}
 to create models that represent JSON objects. The resulting model is of type
 {@code JsonObject}. Refer to
-<a href="jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
+<a href="jakarta.json/jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
 for more details. Application code can use the interface
 {@link jakarta.json.JsonArrayBuilder} to create models that represent JSON arrays.
 The resulting model is of type {@code JsonArray}. Refer to
-<a href="jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
+<a href="jakarta.json/jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
 for more details.
 
 <p>These object models can also be created from an input source (such as
 {@link java.io.InputStream} or {@link java.io.Reader}) using the interface
 {@link jakarta.json.JsonReader}.
-<a href="jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
+<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
 how to read and create an empty {@code JsonArray} model using the interface
 {@code JsonReader}. Similarly, these object models can be written to an output
 source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
 the class {@link jakarta.json.JsonWriter}.
-<a href="jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
+<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
 how to write an empty {@code JsonObject} model using the interface
 {@code JsonWriter}.
 
diff --git a/impl/src/main/javadoc/overview.html b/impl/src/main/javadoc/overview.html
index 9b7517b..2b82208 100644
--- a/impl/src/main/javadoc/overview.html
+++ b/impl/src/main/javadoc/overview.html
@@ -1,7 +1,7 @@
 <html>
 <!--
 
-    Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
+    Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v. 2.0, which is available at
@@ -52,13 +52,13 @@
 application code controls the thread and calls methods in the parser interface
 to move the parser forward or to obtain JSON data from the current state of
 the parser. Refer to
-<a href="jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
+<a href="jakarta.json/jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
 for more details.
 
 <p>{@code JsonGenerator} provides methods to write JSON to a stream. The
 generator writes name/value pairs in JSON objects and values in JSON arrays.
 Refer to
-<a href="jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
+<a href="jakarta.json/jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
 example</a> for more details.
 
 <p>The streaming API is a low-level API designed to process large amounts of
@@ -79,22 +79,22 @@
 Application code can use the interface {@link jakarta.json.JsonObjectBuilder}
 to create models that represent JSON objects. The resulting model is of type
 {@code JsonObject}. Refer to
-<a href="jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
+<a href="jakarta.json/jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
 for more details. Application code can use the interface
 {@link jakarta.json.JsonArrayBuilder} to create models that represent JSON arrays.
 The resulting model is of type {@code JsonArray}. Refer to
-<a href="jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
+<a href="jakarta.json/jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
 for more details.
 
 <p>These object models can also be created from an input source (such as
 {@link java.io.InputStream} or {@link java.io.Reader}) using the interface
 {@link jakarta.json.JsonReader}.
-<a href="jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
+<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
 how to read and create an empty {@code JsonArray} model using the interface
 {@code JsonReader}. Similarly, these object models can be written to an output
 source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
 the class {@link jakarta.json.JsonWriter}.
-<a href="jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
+<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
 how to write an empty {@code JsonObject} model using the interface
 {@code JsonWriter}.