From 3d66cdc80fd74723d82b4bfc55065eef8a76684a Mon Sep 17 00:00:00 2001 From: zentol Date: Mon, 29 Jan 2018 13:29:23 +0100 Subject: [PATCH] [FLINK-8130][docs] Fix snapshot javadoc link --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 1ca87263e2c37..07c6569b637ea 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -31,7 +31,7 @@ version: "1.5-SNAPSHOT" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version version_title: "1.5-SNAPSHOT" -version_javadocs: "1.5-SNAPSHOT" +version_javadocs: "1.5" # This suffix is appended to the Scala-dependent Maven artifact names scala_version_suffix: "_2.11"