Skip to content

Commit abca44b

Browse files
tvallinlukasj
authored andcommitted
Repare broken links from overview
Signed-off-by: tvallin <[email protected]>
1 parent 0ddbbb6 commit abca44b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

api/src/main/javadoc/overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<!--
33
4-
Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -52,13 +52,13 @@ <h1>The Streaming API</h1>
5252
application code controls the thread and calls methods in the parser interface
5353
to move the parser forward or to obtain JSON data from the current state of
5454
the parser. Refer to
55-
<a href="jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
55+
<a href="jakarta.json/jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
5656
for more details.
5757

5858
<p>{@code JsonGenerator} provides methods to write JSON to a stream. The
5959
generator writes name/value pairs in JSON objects and values in JSON arrays.
6060
Refer to
61-
<a href="jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
61+
<a href="jakarta.json/jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
6262
example</a> for more details.
6363

6464
<p>The streaming API is a low-level API designed to process large amounts of
@@ -79,22 +79,22 @@ <h1>The Object Model API</h1>
7979
Application code can use the interface {@link jakarta.json.JsonObjectBuilder}
8080
to create models that represent JSON objects. The resulting model is of type
8181
{@code JsonObject}. Refer to
82-
<a href="jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
82+
<a href="jakarta.json/jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
8383
for more details. Application code can use the interface
8484
{@link jakarta.json.JsonArrayBuilder} to create models that represent JSON arrays.
8585
The resulting model is of type {@code JsonArray}. Refer to
86-
<a href="jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
86+
<a href="jakarta.json/jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
8787
for more details.
8888

8989
<p>These object models can also be created from an input source (such as
9090
{@link java.io.InputStream} or {@link java.io.Reader}) using the interface
9191
{@link jakarta.json.JsonReader}.
92-
<a href="jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
92+
<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
9393
how to read and create an empty {@code JsonArray} model using the interface
9494
{@code JsonReader}. Similarly, these object models can be written to an output
9595
source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
9696
the class {@link jakarta.json.JsonWriter}.
97-
<a href="jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
97+
<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
9898
how to write an empty {@code JsonObject} model using the interface
9999
{@code JsonWriter}.
100100

impl/src/main/javadoc/overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<!--
33
4-
Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -52,13 +52,13 @@ <h1>The Streaming API</h1>
5252
application code controls the thread and calls methods in the parser interface
5353
to move the parser forward or to obtain JSON data from the current state of
5454
the parser. Refer to
55-
<a href="jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
55+
<a href="jakarta.json/jakarta/json/stream/JsonParser.html#JsonParserExample2">this example</a>
5656
for more details.
5757

5858
<p>{@code JsonGenerator} provides methods to write JSON to a stream. The
5959
generator writes name/value pairs in JSON objects and values in JSON arrays.
6060
Refer to
61-
<a href="jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
61+
<a href="jakarta.json/jakarta/json/stream/JsonGenerator.html#JsonGeneratorExample3">this
6262
example</a> for more details.
6363

6464
<p>The streaming API is a low-level API designed to process large amounts of
@@ -79,22 +79,22 @@ <h1>The Object Model API</h1>
7979
Application code can use the interface {@link jakarta.json.JsonObjectBuilder}
8080
to create models that represent JSON objects. The resulting model is of type
8181
{@code JsonObject}. Refer to
82-
<a href="jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
82+
<a href="jakarta.json/jakarta/json/JsonObjectBuilder.html#JsonObjectBuilderExample1">this example</a>
8383
for more details. Application code can use the interface
8484
{@link jakarta.json.JsonArrayBuilder} to create models that represent JSON arrays.
8585
The resulting model is of type {@code JsonArray}. Refer to
86-
<a href="jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
86+
<a href="jakarta.json/jakarta/json/JsonArrayBuilder.html#JsonArrayBuilderExample1">this example</a>
8787
for more details.
8888

8989
<p>These object models can also be created from an input source (such as
9090
{@link java.io.InputStream} or {@link java.io.Reader}) using the interface
9191
{@link jakarta.json.JsonReader}.
92-
<a href="jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
92+
<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> shows
9393
how to read and create an empty {@code JsonArray} model using the interface
9494
{@code JsonReader}. Similarly, these object models can be written to an output
9595
source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using
9696
the class {@link jakarta.json.JsonWriter}.
97-
<a href="jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
97+
<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
9898
how to write an empty {@code JsonObject} model using the interface
9999
{@code JsonWriter}.
100100

0 commit comments

Comments
 (0)