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

[flink-statefun] 13/13: [hotfix] [docs] Fix github_branch value in _config.yml

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 6e8d8553ae9128b98b623792558125d5eabb75b1
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Sat Mar 28 23:40:35 2020 +0800

    [hotfix] [docs] Fix github_branch value in _config.yml
---
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 2a4a328..1c68dad 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -32,7 +32,7 @@ version: "2.0-SNAPSHOT"
 # release this should be the same as the regular version
 version_title: "2.0-SNAPSHOT"
 # Branch on Github for this version
-github_branch: "master"
+github_branch: "release-2.0"
 
 # Plain Scala version is needed for e.g. the Gradle quickstart.
 scala_version: "2.11"