Skip to content

Commit 12d15dd

Browse files
wildernik9000
authored andcommitted
Docs: Fix Jackson reference (#36366)
Link is totally broken.
1 parent 1c9d73e commit 12d15dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java-api/docs/index_.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are several different ways of generating a JSON document:
1616
equivalent
1717

1818
* Using a third party library to serialize your beans such as
19-
http://wiki.fasterxml.com/JacksonHome[Jackson]
19+
https://github.com/FasterXML/jackson[Jackson]
2020

2121
* Using built-in helpers XContentFactory.jsonBuilder()
2222

@@ -60,7 +60,7 @@ json.put("message","trying out Elasticsearch");
6060
[[java-docs-index-generate-beans]]
6161
===== Serialize your beans
6262

63-
You can use http://wiki.fasterxml.com/JacksonHome[Jackson] to serialize
63+
You can use https://github.com/FasterXML/jackson[Jackson] to serialize
6464
your beans to JSON. Please add http://search.maven.org/#search%7Cga%7C1%7Cjackson-databind[Jackson Databind]
6565
to your project. Then you can use `ObjectMapper` to serialize your beans:
6666

0 commit comments

Comments
 (0)