Skip to content

Commit 9a1f2f6

Browse files
authored
Merge pull request #1547 from marklogic/feature/225-link-fixes
DEVEXP-225 Fixed a few broken links
2 parents d296f40 + aa2dbe6 commit 9a1f2f6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/datamovement/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
* <a href="http://docs.marklogic.com/guide/java">Java Application Developer's Guide</a>,
140140
* <a href="https://github.com/marklogic/java-client-api">source code for provided listeners</a>,
141141
* <a
142-
* href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement"
142+
* href="https://github.com/marklogic/java-client-api/tree/master/examples/src/main/java/com/marklogic/client/example/cookbook/datamovement"
143143
* >cookbook examples</a>, and
144144
* <a
145145
* href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement"

marklogic-client-api/src/main/java/com/marklogic/client/extensions/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/**
22
* The package provides base and support classes so you can derive
3-
* a new Resource Manager to provide a client interface for a
3+
* a new Resource Manager to provide a client interface for a
44
* Resource Services extension on the REST server. Use
55
* {@link com.marklogic.client.admin.ResourceExtensionsManager}
66
* to install a Resource Services extension on the REST server.
7-
* See {@link com.marklogic.client.example.cookbook.ResourceExtension}
8-
* for an example.
97
*/
108
/*
119
* Copyright (c) 2022 MarkLogic Corporation

marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonParserHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* <p>Always call {@link #close} when finished with this handle to release the resources.</p>
3636
*
37-
* @see <a href="http://wiki.fasterxml.com/JacksonStreamingApi">Jackson Streaming API</a>
37+
* @see <a href="https://github.com/FasterXML/jackson">Jackson Streaming API</a>
3838
*/
3939
public class JacksonParserHandle
4040
extends JacksonBaseHandle<JsonParser>

0 commit comments

Comments
 (0)