You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/28 08:09:15 UTC

flink git commit: [FLINK-9452][docs] Fix config for 1.5

Repository: flink
Updated Branches:
  refs/heads/release-1.5 ff362edc4 -> 36d86501e


[FLINK-9452][docs] Fix config for 1.5

This closes #6086.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/36d86501
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/36d86501
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/36d86501

Branch: refs/heads/release-1.5
Commit: 36d86501e30c0880fc0a0a92f2943bf082a5d277
Parents: ff362ed
Author: yanghua <ya...@gmail.com>
Authored: Mon May 28 13:11:29 2018 +0800
Committer: zentol <ch...@apache.org>
Committed: Mon May 28 10:09:11 2018 +0200

----------------------------------------------------------------------
 docs/_config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/36d86501/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 48d3c0e..c4cb57f 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,10 +27,10 @@
 # we change the version for the complete docs when forking of a release branch
 # etc.
 # The full version string as referenced in Maven (e.g. 1.2.1)
-version: "1.5-SNAPSHOT"
+version: "1.5.0"
 # 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_title: "1.5"
 version_javadocs: "1.5"
 version_scaladocs: "1.5-SNAPSHOT"
 
@@ -45,7 +45,7 @@ github_url: "https://github.com/apache/flink"
 download_url: "http://flink.apache.org/downloads.html"
 
 # please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-docs-master
+baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.5
 
 # Flag whether this is a stable version or not. Used for the quickstart page.
 is_stable: true