You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2017/06/26 14:39:45 UTC

flink git commit: [FLINK-6994] [docs] Wrong base url in master docs

Repository: flink
Updated Branches:
  refs/heads/master 2d8203027 -> cd8932f5d


[FLINK-6994] [docs] Wrong base url in master docs

This closes #4175.


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

Branch: refs/heads/master
Commit: cd8932f5de967092a39fde5f1ba468b2542e91da
Parents: 2d82030
Author: twalthr <tw...@apache.org>
Authored: Fri Jun 23 15:40:49 2017 +0200
Committer: twalthr <tw...@apache.org>
Committed: Mon Jun 26 16:39:19 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/cd8932f5/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index e4d9f0a..5482783 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -43,6 +43,9 @@ jira_url: "https://issues.apache.org/jira/browse/FLINK"
 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-release-1.4
+
 # Flag whether this is the latest stable version or not. If not, a warning
 # will be printed pointing to the docs of the latest stable version.
 is_latest: true
@@ -81,6 +84,3 @@ kramdown:
   toc_levels: 1..3 # Include h1-h3 for ToC
 
 host: 0.0.0.0
-
-# please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.3