From a815bbd950ef19084824121a883a464b7541b1b5 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 10 Nov 2020 15:50:25 +0100 Subject: [PATCH] Update Jackson links from nonexistent 2.1.1 javadocs to 2.10 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: