Skip to content

Commit

Permalink
Update Jackson links from nonexistent 2.1.1 javadocs to 2.10
Browse files Browse the repository at this point in the history
The current links are broken, maybe 2.1.1 never existed or was taken
offline (2.1 does exist, oddly).  And the current Leiningen dependency
is set to 2.10 so this matches better anyway.
  • Loading branch information
sjamaan committed Nov 10, 2020
1 parent 6daa5c9 commit a815bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ It's experimental, like the name says. Based on [Tigris](http://github.com/dakro

## Advanced customization for factories
See
[this](http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonFactory.Feature.html)
[this](http://fasterxml.github.com/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonFactory.Feature.html)
and
[this](http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonParser.Feature.html)
[this](http://fasterxml.github.com/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.Feature.html)
for a list of features that can be customized if desired. A custom
factory can be used like so:

Expand Down

0 comments on commit a815bbd

Please sign in to comment.