diff --git a/README.md b/README.md index 55bf8098..8095f5e8 100644 --- a/README.md +++ b/README.md @@ -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: